From c8c9aa255441dab75a56845659e2eb3d4f26e11c Mon Sep 17 00:00:00 2001 From: Rense Klinkenberg Date: Sat, 19 Nov 2022 01:42:33 +0100 Subject: [PATCH] Cleanup --- ct/docker-v4.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/docker-v4.sh b/ct/docker-v4.sh index edd794dd..dc428a1e 100644 --- a/ct/docker-v4.sh +++ b/ct/docker-v4.sh @@ -263,7 +263,7 @@ EOF 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/rrense/Proxmox/storage-driver_to_fuse-overlayfs/setup/$var_install.sh)" || exit +lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/$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/