mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-10-02 16:16:19 +00:00
Update share-common.func
This commit is contained in:
@@ -374,7 +374,7 @@ select_host_directory() {
|
|||||||
|
|
||||||
for dir in "${host_dirs[@]}"; do
|
for dir in "${host_dirs[@]}"; do
|
||||||
if [[ -d "$dir" ]]; then
|
if [[ -d "$dir" ]]; then
|
||||||
options+=("$dir" "$(basename "$dir")")
|
options+=("$dir" "$(basename "$dir")")
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user