Update lxc-mount-manager.sh

This commit is contained in:
MacRimi
2025-09-08 11:15:52 +02:00
parent 81c4f5814c
commit a9c1acf204

View File

@@ -360,7 +360,7 @@ mount_host_directory_to_lxc() {
msg_ok "$(translate 'Host group configured')" msg_ok "$(translate 'Host group configured')"
# Step 4: Select container mount point # Step 4: Select container mount point
clear
local ct_mount_point local ct_mount_point
ct_mount_point=$(select_container_mount_point "$container_id" "$host_dir") ct_mount_point=$(select_container_mount_point "$container_id" "$host_dir")
if [[ -z "$ct_mount_point" ]]; then if [[ -z "$ct_mount_point" ]]; then