diff --git a/unpriv/unprivileged-node-red.sh b/unpriv/unprivileged-node-red.sh index 82e98afc..2142aa65 100644 --- a/unpriv/unprivileged-node-red.sh +++ b/unpriv/unprivileged-node-red.sh @@ -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/unpriv/node-red-install.sh)" || exit +lxc-cmd 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}')