From a9c1acf20466a74c110660abcab794f4ef7591a2 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Mon, 8 Sep 2025 11:15:52 +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 5067951..786227b 100644 --- a/scripts/share/lxc-mount-manager.sh +++ b/scripts/share/lxc-mount-manager.sh @@ -360,7 +360,7 @@ mount_host_directory_to_lxc() { msg_ok "$(translate 'Host group configured')" # Step 4: Select container mount point - clear + local ct_mount_point ct_mount_point=$(select_container_mount_point "$container_id" "$host_dir") if [[ -z "$ct_mount_point" ]]; then