From 35a73481971f1f3742cc5f6952adec6c0ab404d8 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Tue, 2 Sep 2025 18:45:04 +0200 Subject: [PATCH] Update lxc-mount-manager.sh --- scripts/share/lxc-mount-manager.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/share/lxc-mount-manager.sh b/scripts/share/lxc-mount-manager.sh index f31245f..4018bd5 100644 --- a/scripts/share/lxc-mount-manager.sh +++ b/scripts/share/lxc-mount-manager.sh @@ -440,7 +440,7 @@ $(translate "Proceed?")" main_menu() { while true; do choice=$(dialog --title "$(translate 'LXC Mount Manager')" \ - --menu "$(translate 'Choose an option:')" 16 60 4 \ + --menu "$(translate 'Choose an option:')" 25 80 15 \ "1" "$(translate 'Mount Host Directory to LXC')" \ "2" "$(translate 'View Mount Points')" \ "3" "$(translate 'Remove Mount Point')" \