From 00bd215b4165e331ef1509f4b1ab6a931ecafbff Mon Sep 17 00:00:00 2001 From: tteckster Date: Tue, 18 Jan 2022 07:19:28 -0500 Subject: [PATCH] Update npm_container.sh --- npm_container.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/npm_container.sh b/npm_container.sh index 3f3e373e..3bdd0d8b 100644 --- a/npm_container.sh +++ b/npm_container.sh @@ -74,7 +74,7 @@ function load_module() { TEMP_DIR=$(mktemp -d) pushd $TEMP_DIR >/dev/null -wget -qL https://raw.githubusercontent.com/tteck/Proxmox/wip/npm_setup.sh +wget -qL https://raw.githubusercontent.com/tteck/Proxmox/dev/npm_setup.sh load_module overlay @@ -156,4 +156,4 @@ pct push $CTID npm_setup.sh /npm_setup.sh -perms 755 pct exec $CTID /npm_setup.sh IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') -info "Successfully created a NPM LXC to $CTID at IP Address ${IP}:81" \ No newline at end of file +info "Successfully created a NPM LXC to $CTID at IP Address ${IP}:81"