Update lxc-mount-manager.sh

This commit is contained in:
MacRimi
2025-09-06 22:44:09 +02:00
parent 3482f7dc98
commit aa2b6ff112

View File

@@ -380,7 +380,7 @@ $(translate "Shared Group:"): $group_name (GID: $group_gid)
$(translate "Proceed?")"
if ! whiptail --title "$(translate "Confirm Mount")" --yesno "$confirm_msg" 16 70; then
if ! dialog --bactitle "ProxMenux" --title "$(translate "Confirm Mount")" --yesno "$confirm_msg" 16 70; then
return 1
fi