mirror of
https://github.com/smxi/inxi.git
synced 2024-11-16 16:21:39 +00:00
comment fix
This commit is contained in:
parent
98478ce1ee
commit
6d1dad93ee
1
inxi
1
inxi
|
@ -11460,6 +11460,7 @@ get_unmounted_partition_data()
|
||||||
a_unmounted_working=( ${A_PARTITION_DATA[i]} )
|
a_unmounted_working=( ${A_PARTITION_DATA[i]} )
|
||||||
IFS="$ORIGINAL_IFS"
|
IFS="$ORIGINAL_IFS"
|
||||||
if [[ -n ${a_unmounted_working[6]} ]];then
|
if [[ -n ${a_unmounted_working[6]} ]];then
|
||||||
|
# escape '/' for remote mounts, the path would be: [domain|ip]:/path/in/remote
|
||||||
mounted_partitions="$mounted_partitions$separator${a_unmounted_working[6]//\//\\/}"
|
mounted_partitions="$mounted_partitions$separator${a_unmounted_working[6]//\//\\/}"
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in a new issue