mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-02-13 11:19:16 +00:00
fix(install): 🐛 Fixed unassigned variable
This commit is contained in:
parent
166a4e34b5
commit
dd84fa3638
@ -253,6 +253,6 @@ EOF
|
|||||||
systemctl restart $(basename $(dirname $GETTY_OVERRIDE) | sed 's/\.d//')
|
systemctl restart $(basename $(dirname $GETTY_OVERRIDE) | sed 's/\.d//')
|
||||||
msg_ok "Customized Container"
|
msg_ok "Customized Container"
|
||||||
fi
|
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
|
chmod +x /usr/bin/update
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user