diff --git a/scripts/vm/zimaos.sh b/scripts/vm/zimaos.sh index 53c4d1c..0c54f2d 100644 --- a/scripts/vm/zimaos.sh +++ b/scripts/vm/zimaos.sh @@ -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 ' ')