Update zimaos.sh

This commit is contained in:
MacRimi
2025-08-21 18:31:32 +02:00
parent c2a63ae9bb
commit 638a124adb

View File

@@ -199,7 +199,7 @@ function advanced_settings() {
fi
# 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 VM_NAME=$(whiptail --backtitle "ProxMenuX" --inputbox "$(translate "Set Hostname")" 8 58 ZimaOS --title "HOSTNAME" --cancel-button Exit-Script 3>&1 1>&2 2>&3); then
if [ -z $VM_NAME ]; then
HN="ZimaOS"
echo -e "${DGN}Using Hostname: ${BGN}$HN${CL}"