Update zimaos.sh

This commit is contained in:
MacRimi
2025-08-21 18:30:43 +02:00
parent 28cf31e6e7
commit c2a63ae9bb

View File

@@ -201,7 +201,7 @@ function advanced_settings() {
# Hostname Selection
if VM_NAME=$(whiptail --backtitle "ProxMenuX" --inputbox "$(translate "Set Hostname")" 8 58 Synology-DSM --title "HOSTNAME" --cancel-button Exit-Script 3>&1 1>&2 2>&3); then
if [ -z $VM_NAME ]; then
HN="Synology-DSM"
HN="ZimaOS"
echo -e "${DGN}Using Hostname: ${BGN}$HN${CL}"
else
HN=$(echo ${VM_NAME,,} | tr -d ' ')