mirror of
https://github.com/tteck/Proxmox.git
synced 2025-02-19 12:56:01 +00:00
Update build.func
This commit is contained in:
@@ -363,13 +363,15 @@ advanced_settings() {
|
||||
exit-script
|
||||
fi
|
||||
|
||||
if [[ "$PW" == "-password *" ]]; then
|
||||
if [[ "$PW" == -password* ]]; then
|
||||
if (whiptail --defaultno --title "SSH ACCESS" --yesno "Enable Root SSH Access?" 10 58); then
|
||||
SSH="yes"
|
||||
else
|
||||
SSH="no"
|
||||
fi
|
||||
echo -e "${DGN}Enable Root SSH Access: ${BGN}$SSH${CL}"
|
||||
else
|
||||
echo -e "${DGN}Enable Root SSH Access: ${BGN}no${CL}"
|
||||
fi
|
||||
|
||||
if [[ "$APP" == "Docker" || "$APP" == "Umbrel" || "$APP" == "CasaOS" || "$APP" == "Home Assistant" ]]; then
|
||||
|
||||
Reference in New Issue
Block a user