fix(install): 🐛 Fixed unassigned variable

This commit is contained in:
Janek 2024-12-20 13:04:52 +00:00
parent 166a4e34b5
commit dd84fa3638

View File

@ -253,6 +253,6 @@ EOF
systemctl restart $(basename $(dirname $GETTY_OVERRIDE) | sed 's/\.d//')
msg_ok "Customized Container"
fi
echo "bash -c \"\$(wget -qLO - https://raw.githubusercontent.com/jkrgr0/ProxmoxVE/refs/heads/feature/2fauth/ct/${APP}.sh)\"" >/usr/bin/update
echo "bash -c \"\$(wget -qLO - https://raw.githubusercontent.com/jkrgr0/ProxmoxVE/refs/heads/feature/2fauth/ct/${app}.sh)\"" >/usr/bin/update
chmod +x /usr/bin/update
}