From cdc1d1ee86370d2dc89aa044f9e87de25d501036 Mon Sep 17 00:00:00 2001 From: tteckster Date: Tue, 22 Feb 2022 15:01:31 -0500 Subject: [PATCH] Update unprivileged-mqtt.sh --- unpriv/unprivileged-mqtt.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/unpriv/unprivileged-mqtt.sh b/unpriv/unprivileged-mqtt.sh index b85c323e..166cb0d6 100644 --- a/unpriv/unprivileged-mqtt.sh +++ b/unpriv/unprivileged-mqtt.sh @@ -94,7 +94,7 @@ export PCT_OPTIONS=" -memory 512 -unprivileged 1 " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/experimental/main/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 @@ -107,7 +107,7 @@ echo -e "${CM}${CL} \r" alias lxc-cmd="lxc-attach -n $CTID --" -lxc-cmd bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/experimental/main/mqtt-install.sh)" || exit +lxc-cmd bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/unpriv/mqtt-install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}')