From 15d47499faf097b62d86ee6d7748c79542ccbfde Mon Sep 17 00:00:00 2001 From: MacRimi Date: Sat, 6 Sep 2025 18:22:02 +0200 Subject: [PATCH] Update nfs_host_auto.sh --- scripts/share/nfs_host_auto.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/share/nfs_host_auto.sh b/scripts/share/nfs_host_auto.sh index 33bdd06..5392bce 100644 --- a/scripts/share/nfs_host_auto.sh +++ b/scripts/share/nfs_host_auto.sh @@ -621,7 +621,8 @@ unmount_host_nfs_share() { CONFIRMATION_MSG="$CONFIRMATION_MSG\n• $(translate "Remove mount point directory")" - if whiptail --yesno "$CONFIRMATION_MSG" 16 80 --title "$(translate "Confirm Unmount")"; then + if dialog --backtitle "ProxMenux" --yesno "$CONFIRMATION_MSG" 16 80 --title "$(translate "Confirm Unmount")"; then + show_proxmenux_logo msg_title "$(translate "Unmount NFS Share from Host")"