From 38bd7e2aaa860f4a1bd4dd36c18ebd71082d1dc9 Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Mon, 10 Nov 2008 02:50:00 +0000 Subject: [PATCH] Fixed small show partitions bug --- inxi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inxi b/inxi index 4e1fdc0..6089bfb 100755 --- a/inxi +++ b/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