Update lxc-mount-manager.sh

This commit is contained in:
MacRimi
2025-09-02 18:45:53 +02:00
parent 35a7348197
commit 4893f6ea00

View File

@@ -440,7 +440,7 @@ $(translate "Proceed?")"
main_menu() {
while true; do
choice=$(dialog --title "$(translate 'LXC Mount Manager')" \
--menu "$(translate 'Choose an option:')" 25 80 15 \
--menu "\n$(translate 'Choose an option:')" 25 80 15 \
"1" "$(translate 'Mount Host Directory to LXC')" \
"2" "$(translate 'View Mount Points')" \
"3" "$(translate 'Remove Mount Point')" \