Update build.func

This commit is contained in:
CanbiZ 2025-01-04 10:15:13 +01:00 committed by Duncan Hill
parent a4e2f373ea
commit 714ec3ffea
No known key found for this signature in database

View File

@ -620,6 +620,10 @@ advanced_settings() {
if [[ "${SSH}" == "yes" ]]; then
SSH_AUTHORIZED_KEY="$(whiptail --backtitle "Proxmox VE Helper Scripts" --inputbox "SSH Authorized key for root (leave empty for none)" 8 58 --title "SSH Key" 3>&1 1>&2 2>&3)"
if [[ -z "${SSH_AUTHORIZED_KEY}" ]]; then
echo "Warning: No SSH key provided."
fi
fi
if (whiptail --backtitle "Proxmox VE Helper Scripts" --defaultno --title "VERBOSE MODE" --yesno "Enable Verbose Mode?" 10 58); then