From 56bc584f5e266a4849257e7bcc2c3acb1466d025 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Sat, 6 Sep 2025 22:10:01 +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 3d1cbac..d4de228 100644 --- a/scripts/share/lxc-mount-manager.sh +++ b/scripts/share/lxc-mount-manager.sh @@ -358,7 +358,7 @@ mount_host_directory_to_lxc() { clear ct_mount_point=$(select_container_mount_point "$container_id" "$host_dir") if [[ -z "$ct_mount_point" ]]; then - exit 1 + return 1 fi