update share menu

This commit is contained in:
MacRimi
2025-09-06 20:57:04 +02:00
parent a886af1d87
commit 93ef1bfccc
2 changed files with 2 additions and 2 deletions

View File

@@ -354,6 +354,7 @@ select_container_mount_point() {
local choice mount_point existing_dirs options
while true; do
clear
choice=$(whiptail --title "$(translate "Configure Mount Point inside LXC")" \
--menu "$(translate "Where to mount inside container?")" 18 70 5 \
"1" "$(translate "Create new directory in /mnt")" \

View File

@@ -637,8 +637,7 @@ configure_mount_options() {
MOUNT_TYPE=$(whiptail --title "$(translate "Mount Options")" --menu "$(translate "Select mount configuration:")" 15 70 4 \
"1" "$(translate "Default options read/write")" \
"2" "$(translate "Read-only mount")" \
"3" "$(translate "Performance optimized")" \
"custom" "$(translate "Custom options")" 3>&1 1>&2 2>&3)
"3" "$(translate "Custom options")" 3>&1 1>&2 2>&3)
case "$MOUNT_TYPE" in
1)