mirror of
https://github.com/smxi/inxi.git
synced 2025-01-19 00:47:47 +00:00
Fixed small show partitions bug
This commit is contained in:
parent
c8b5020760
commit
38bd7e2aaa
4
inxi
4
inxi
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
########################################################################
|
||||
#### Script Name: inxi
|
||||
#### version: 0.4.25
|
||||
#### version: 0.4.26
|
||||
#### Date: November 8 2008
|
||||
########################################################################
|
||||
#### inxi is a fork of infobash, the original bash sys info script by locsmif
|
||||
|
@ -81,7 +81,7 @@ B_SHOW_FULL_HDD='false'
|
|||
# Set this to 'false' to avoid printing the hostname
|
||||
B_SHOW_HOST='true'
|
||||
# either -v > 3 or -p will show partitions
|
||||
B_SHOW_PARTITIONS='true'
|
||||
B_SHOW_PARTITIONS='false'
|
||||
# Show sound card data
|
||||
B_SHOW_SOUND='false'
|
||||
# triggers various debugging and new option testing
|
||||
|
|
Loading…
Reference in a new issue