From 3cf416167d1eea0924328df6b9e30f5d0eba7e22 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Thu, 21 Aug 2025 18:22:57 +0200 Subject: [PATCH] Update select_nas_iso.sh --- scripts/vm/select_nas_iso.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/vm/select_nas_iso.sh b/scripts/vm/select_nas_iso.sh index 57f7881..37d0a32 100644 --- a/scripts/vm/select_nas_iso.sh +++ b/scripts/vm/select_nas_iso.sh @@ -54,7 +54,7 @@ function select_nas_iso() { local NAS_TYPE NAS_TYPE=$(dialog --backtitle "ProxMenux" \ --title "$(translate "NAS Systems")" \ - --menu "\n$(translate "Select the NAS system to install:")" 18 70 10 \ + --menu "\n$(translate "Select the NAS system to install:")" 20 70 10 \ "${NAS_OPTIONS[@]}" 3>&1 1>&2 2>&3)