mirror of
https://github.com/smxi/inxi.git
synced 2025-09-02 02:29:11 +00:00
small bug fix for -v7
This commit is contained in:
parent
9bcd044736
commit
552fb8f1b9
1 changed files with 1 additions and 1 deletions
2
inxi
2
inxi
|
@ -1957,7 +1957,7 @@ get_parameters()
|
||||||
B_SHOW_UNMOUNTED_PARTITIONS='true'
|
B_SHOW_UNMOUNTED_PARTITIONS='true'
|
||||||
fi
|
fi
|
||||||
if [[ $OPTARG -ge 7 ]];then
|
if [[ $OPTARG -ge 7 ]];then
|
||||||
B_SHOW_EXTRA_EXTRA_DATA='true'
|
B_EXTRA_EXTRA_DATA='true'
|
||||||
B_SHOW_IP='true'
|
B_SHOW_IP='true'
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Reference in a new issue