comment fix

This commit is contained in:
Harald Hope 2017-07-24 21:34:37 -07:00
parent 98478ce1ee
commit 6d1dad93ee

1
inxi
View file

@ -11460,6 +11460,7 @@ get_unmounted_partition_data()
a_unmounted_working=( ${A_PARTITION_DATA[i]} )
IFS="$ORIGINAL_IFS"
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]//\//\\/}"
fi
done