Update select_nas_iso.sh

This commit is contained in:
MacRimi
2025-08-21 18:22:57 +02:00
parent ebf03923a0
commit 3cf416167d

View File

@@ -54,7 +54,7 @@ function select_nas_iso() {
local NAS_TYPE local NAS_TYPE
NAS_TYPE=$(dialog --backtitle "ProxMenux" \ NAS_TYPE=$(dialog --backtitle "ProxMenux" \
--title "$(translate "NAS Systems")" \ --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) "${NAS_OPTIONS[@]}" 3>&1 1>&2 2>&3)