From 6d1dad93eecf4e854473e255ca9c8b62081f138f Mon Sep 17 00:00:00 2001 From: Harald Hope Date: Mon, 24 Jul 2017 21:34:37 -0700 Subject: [PATCH] comment fix --- inxi | 1 + 1 file changed, 1 insertion(+) diff --git a/inxi b/inxi index bd917b6..de53470 100755 --- a/inxi +++ b/inxi @@ -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