From ba535a931fdbbbb529318f7c5168b7278b5a4392 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Sun, 7 Sep 2025 09:04:13 +0200 Subject: [PATCH] Update nfs_client.sh --- scripts/share/nfs_client.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/share/nfs_client.sh b/scripts/share/nfs_client.sh index 54a6fbe..05e363a 100644 --- a/scripts/share/nfs_client.sh +++ b/scripts/share/nfs_client.sh @@ -123,7 +123,7 @@ discover_nfs_servers() { } select_nfs_server() { - METHOD=$(dialog --backtitle "ProxMenux" --title "$(translate "NFS Server Selection")" --menu "$(translate "How do you want to select the NFS server?")" 15 70 3 \ + METHOD=$(whiptail --backtitle "ProxMenux" --title "$(translate "NFS Server Selection")" --menu "$(translate "How do you want to select the NFS server?")" 15 70 3 \ "auto" "$(translate "Auto-discover servers on network")" \ "manual" "$(translate "Enter server IP/hostname manually")" 3>&1 1>&2 2>&3) case "$METHOD" in