mirror of https://github.com/tteck/Proxmox.git
Update build.func
This commit is contained in:
parent
250ce4284d
commit
a225b3c51c
|
@ -372,7 +372,8 @@ advanced_settings() {
|
|||
fi
|
||||
echo -e "${DGN}Enable Root SSH Access: ${BGN}$SSH${CL}"
|
||||
else
|
||||
echo -e "${DGN}Enable Root SSH Access: ${BGN}no${CL}"
|
||||
SSH="no"
|
||||
echo -e "${DGN}Enable Root SSH Access: ${BGN}$SSH${CL}"
|
||||
fi
|
||||
|
||||
if [[ "$APP" == "Docker" || "$APP" == "Umbrel" || "$APP" == "CasaOS" || "$APP" == "Home Assistant" ]]; then
|
||||
|
|
Loading…
Reference in New Issue