From 37d89837cd2b566a09a4bbacde74bc63b5a22230 Mon Sep 17 00:00:00 2001 From: tteckster Date: Tue, 1 Mar 2022 16:51:27 -0500 Subject: [PATCH] Update daemonsync.sh --- ct/daemonsync.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/daemonsync.sh b/ct/daemonsync.sh index 5d1172a9..79989b29 100644 --- a/ct/daemonsync.sh +++ b/ct/daemonsync.sh @@ -153,7 +153,7 @@ echo -e "${CM}${CL} \r" alias lxc-cmd="lxc-attach -n $CTID --" -lxc-cmd bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/dev/setup/daemonsync-install.sh)" || exit +lxc-cmd bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/daemonsync-install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}')