From 937eb2c2ad5a857c648e01b13a4cc60e1073bdfe Mon Sep 17 00:00:00 2001 From: nicedevil007 <17103076+nicedevil007@users.noreply.github.com> Date: Sat, 18 Jun 2022 13:04:12 +0200 Subject: [PATCH] Update tandoorrecipes-v1.sh --- ct/tandoorrecipes-v1.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ct/tandoorrecipes-v1.sh b/ct/tandoorrecipes-v1.sh index adb53bd9..c0acf4f1 100644 --- a/ct/tandoorrecipes-v1.sh +++ b/ct/tandoorrecipes-v1.sh @@ -345,7 +345,7 @@ 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/main/setup/vaultwarden-install.sh)" || exit +lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/nicedevil007/Proxmox/main/setup/tandoorrecipes-install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') @@ -356,4 +356,4 @@ msg_ok "Set Container to Normal Resources" msg_ok "Completed Successfully!\n" echo -e "${APP} should be reachable by going to the following URL. - ${BL}http://${IP}:8002${CL} \n" \ No newline at end of file + ${BL}http://${IP}:8002${CL} \n"