mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-10-02 16:16:19 +00:00
Update nfs_host.sh
This commit is contained in:
@@ -71,7 +71,7 @@ discover_nfs_servers() {
|
|||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
cleanup
|
cleanup
|
||||||
NFS_SERVER=$(dialog --clear --backtitle "ProxMenux" --title "$(translate "Select NFS Server")" --menu "$(translate "Choose an NFS server:")" 20 80 10 "${OPTIONS[@]}" 3>&1 1>&2 2>&3)
|
NFS_SERVER=$(whiptail --backtitle "ProxMenux" --title "$(translate "Select NFS Server")" --menu "$(translate "Choose an NFS server:")" 20 80 10 "${OPTIONS[@]}" 3>&1 1>&2 2>&3)
|
||||||
[[ -n "$NFS_SERVER" ]] && return 0 || return 1
|
[[ -n "$NFS_SERVER" ]] && return 0 || return 1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user