From 7ec4c331afdabc1cd816300e046aec625895ad8a Mon Sep 17 00:00:00 2001 From: MacRimi Date: Sat, 6 Sep 2025 18:39:35 +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 42bfdd6..54a6fbe 100644 --- a/scripts/share/nfs_client.sh +++ b/scripts/share/nfs_client.sh @@ -544,7 +544,7 @@ unmount_nfs_share() { SELECTED_MOUNT=$(dialog --backtitle "ProxMenux" --title "$(translate "Unmount NFS Share")" --menu "$(translate "Select mount point to unmount:")" 20 80 10 "${OPTIONS[@]}" 3>&1 1>&2 2>&3) [[ -z "$SELECTED_MOUNT" ]] && return - if dialog --yesno "$(translate "Are you sure you want to unmount this NFS share?")\n\n$(translate "Mount Point:"): $SELECTED_MOUNT\n\n$(translate "This will remove the mount from /etc/fstab.")" 12 80 --title "$(translate "Confirm Unmount")"; then + if whiptail --yesno "$(translate "Are you sure you want to unmount this NFS share?")\n\n$(translate "Mount Point:"): $SELECTED_MOUNT\n\n$(translate "This will remove the mount from /etc/fstab.")" 12 80 --title "$(translate "Confirm Unmount")"; then show_proxmenux_logo msg_title "$(translate "Unmount NFS Share")"