mirror of
https://github.com/smxi/inxi.git
synced 2024-11-16 16:21:39 +00:00
added nfs remote mount syntax
This commit is contained in:
parent
29b5befc07
commit
f039fb8b17
2
inxi
2
inxi
|
@ -3220,7 +3220,7 @@ print_partition_data()
|
|||
# don't show user names in output
|
||||
if [[ $B_SHOW_LABELS == 'true' || $B_SHOW_UUIDS == 'true' ]];then
|
||||
if [[ -n ${a_partition_working[5]} ]];then
|
||||
if [[ -z $( grep '^//' <<< ${a_partition_working[5]} ) ]];then
|
||||
if [[ -z $( grep -E '(^//|:/)' <<< ${a_partition_working[5]} ) ]];then
|
||||
part_dev="/dev/${a_partition_working[5]}"
|
||||
dev_remote='dev'
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue