From 8484a5fd27ffe4df40c9e559af26564f5f0a9431 Mon Sep 17 00:00:00 2001 From: tteckster Date: Tue, 3 Jan 2023 08:01:23 -0500 Subject: [PATCH] Update adguard-v5.sh tweak --- ct/adguard-v5.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ct/adguard-v5.sh b/ct/adguard-v5.sh index 0f9fd64b..92aaeabf 100644 --- a/ct/adguard-v5.sh +++ b/ct/adguard-v5.sh @@ -370,9 +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"