From e67288e623785ff0e573f062719dc97560988d35 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Sat, 6 Sep 2025 22:55:28 +0200 Subject: [PATCH] Update lxc-mount-manager.sh --- scripts/share/lxc-mount-manager.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/share/lxc-mount-manager.sh b/scripts/share/lxc-mount-manager.sh index 2b68c5e..cb00472 100644 --- a/scripts/share/lxc-mount-manager.sh +++ b/scripts/share/lxc-mount-manager.sh @@ -352,8 +352,9 @@ mount_host_directory_to_lxc() { chown -R root:"$group_name" "$host_dir" 2>/dev/null || true chmod -R 2775 "$host_dir" 2>/dev/null || true - + # 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