Update lxc-mount-manager.sh

This commit is contained in:
MacRimi
2025-09-06 22:50:30 +02:00
parent 0d119379de
commit cd8711f3bc

View File

@@ -331,7 +331,7 @@ mount_host_directory_to_lxc() {
fi fi
fi fi
clear
# Step 2: Select host directory # Step 2: Select host directory
local host_dir local host_dir
host_dir=$(select_host_directory) host_dir=$(select_host_directory)
@@ -380,7 +380,7 @@ $(translate "Shared Group:"): $group_name (GID: $group_gid)
$(translate "Proceed?")" $(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 return 1
fi fi