From 9f73b8f1597fd158170813c9e451402ed8635878 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Sat, 6 Sep 2025 22:17:08 +0200 Subject: [PATCH] Update lxc-mount-manager.sh --- scripts/share/lxc-mount-manager.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/share/lxc-mount-manager.sh b/scripts/share/lxc-mount-manager.sh index d4de228..2064541 100644 --- a/scripts/share/lxc-mount-manager.sh +++ b/scripts/share/lxc-mount-manager.sh @@ -331,7 +331,7 @@ mount_host_directory_to_lxc() { fi fi - + clear # Step 2: Select host directory local host_dir host_dir=$(select_host_directory) @@ -355,7 +355,6 @@ mount_host_directory_to_lxc() { # Step 4: Select container mount point local ct_mount_point - clear ct_mount_point=$(select_container_mount_point "$container_id" "$host_dir") if [[ -z "$ct_mount_point" ]]; then return 1