diff --git a/scripts/global/share-common.func b/scripts/global/share-common.func index ee61e61..62b9706 100644 --- a/scripts/global/share-common.func +++ b/scripts/global/share-common.func @@ -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")" \ diff --git a/scripts/share/samba_client.sh b/scripts/share/samba_client.sh index b4ab9c1..fc8d013 100644 --- a/scripts/share/samba_client.sh +++ b/scripts/share/samba_client.sh @@ -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)