From 313f1d7c8462eed2ff8e5dfd024e6722ef894b37 Mon Sep 17 00:00:00 2001 From: tteckster Date: Tue, 3 Jan 2023 08:05:05 -0500 Subject: [PATCH] Update adguard-v5.sh tweak --- ct/adguard-v5.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ct/adguard-v5.sh b/ct/adguard-v5.sh index 92aaeabf..7066f8ac 100644 --- a/ct/adguard-v5.sh +++ b/ct/adguard-v5.sh @@ -370,8 +370,8 @@ msg_ok "Started LXC Container" lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/install/$var_install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') pct set $CTID -description "# ${APP} LXC -### Setup http://${IP}:3000 -### http://${IP} +#### Setup http://${IP}:3000 +#### http://${IP} ### https://tteck.github.io/Proxmox/ " msg_ok "Completed Successfully!\n"