mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-10-01 23:56:18 +00:00
Update lxc-mount-manager_minimal.sh
This commit is contained in:
@@ -322,7 +322,7 @@ select_host_directory_unified() {
|
|||||||
done <<< "$all_network_shares"
|
done <<< "$all_network_shares"
|
||||||
|
|
||||||
if [[ "$has_local_dirs" == true ]]; then
|
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
|
while IFS='|' read -r dir_path source type size used mount_source; do
|
||||||
if [[ -n "$dir_path" && "$type" == "Directory" ]]; then
|
if [[ -n "$dir_path" && "$type" == "Directory" ]]; then
|
||||||
|
Reference in New Issue
Block a user