From af55424850216bc87b376d899667a9793ecd7ed0 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Wed, 10 Sep 2025 13:16:54 +0200 Subject: [PATCH] Update lxc-mount-manager_minimal.sh --- scripts/share/lxc-mount-manager_minimal.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/share/lxc-mount-manager_minimal.sh b/scripts/share/lxc-mount-manager_minimal.sh index 6cb7f46..6f72e4e 100644 --- a/scripts/share/lxc-mount-manager_minimal.sh +++ b/scripts/share/lxc-mount-manager_minimal.sh @@ -322,7 +322,7 @@ select_host_directory_unified() { done <<< "$all_network_shares" if [[ "$has_local_dirs" == true ]]; then - options+=("" "\Z4───────────────── LOCAL DIRECTORIES ─────────────────\Zn") + options+=("" "\Z4──────────────── LOCAL DIRECTORIES ────────────────\Zn") while IFS='|' read -r dir_path source type size used mount_source; do if [[ -n "$dir_path" && "$type" == "Directory" ]]; then