From bca829ff68d37da307bab82e5e8d7c31a5d6f089 Mon Sep 17 00:00:00 2001 From: tteckster Date: Tue, 22 Feb 2022 18:57:19 -0500 Subject: [PATCH] Update unprivileged-node-red.sh --- unpriv/unprivileged-node-red.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/unpriv/unprivileged-node-red.sh b/unpriv/unprivileged-node-red.sh index 9b8e19f8..82e98afc 100644 --- a/unpriv/unprivileged-node-red.sh +++ b/unpriv/unprivileged-node-red.sh @@ -93,7 +93,7 @@ export PCT_OPTIONS=" -memory 1024 -unprivileged 1 " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/unprev/create_lxc.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/unpriv/create_lxc.sh)" || exit STORAGE_TYPE=$(pvesm status -storage $(pct config $CTID | grep rootfs | awk -F ":" '{print $2}') | awk 'NR>1 {print $2}') if [ "$STORAGE_TYPE" == "zfspool" ]; then @@ -106,7 +106,7 @@ echo -e "${CM}${CL} \r" alias lxc-cmd="lxc-attach -n $CTID --" -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/unprev/node-red-install.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/unpriv/node-red-install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}')