From cd8711f3bc9d9b536622b09474fd91934ad69df0 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Sat, 6 Sep 2025 22:50:30 +0200 Subject: [PATCH] Update lxc-mount-manager.sh --- scripts/share/lxc-mount-manager.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/share/lxc-mount-manager.sh b/scripts/share/lxc-mount-manager.sh index b6a0cac..2b68c5e 100644 --- a/scripts/share/lxc-mount-manager.sh +++ b/scripts/share/lxc-mount-manager.sh @@ -331,7 +331,7 @@ mount_host_directory_to_lxc() { fi fi - clear + # Step 2: Select host directory local host_dir host_dir=$(select_host_directory) @@ -380,7 +380,7 @@ $(translate "Shared Group:"): $group_name (GID: $group_gid) $(translate "Proceed?")" - if ! dialog --bactitle "ProxMenux" --title "$(translate "Confirm Mount")" --yesno "$confirm_msg" 16 70; then + if ! whiptail --title "$(translate "Confirm Mount")" --yesno "$confirm_msg" 16 70; then return 1 fi