From 7720c05b2837f57af6db918366894810aff73fe5 Mon Sep 17 00:00:00 2001 From: tteckster Date: Tue, 3 Jan 2023 15:58:54 -0500 Subject: [PATCH] Update wireguard-v5.sh --- ct/wireguard-v5.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/wireguard-v5.sh b/ct/wireguard-v5.sh index 33cfc4cd..aa13e0b2 100644 --- a/ct/wireguard-v5.sh +++ b/ct/wireguard-v5.sh @@ -400,7 +400,7 @@ bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/c msg_info "Starting LXC Container" pct start $CTID msg_ok "Started LXC Container" -lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/v5/install/$var_install.sh)" || exit +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 ### https://tteck.github.io/Proxmox/