mirror of
https://github.com/smxi/inxi.git
synced 2024-11-17 00:31:19 +00:00
bug fix, new patch version, forgot to remove a debugger thing yesterday.
This commit is contained in:
parent
cca96227e6
commit
6408e0a56b
6
inxi
6
inxi
|
@ -3,7 +3,7 @@
|
|||
#### Script Name: inxi
|
||||
#### version: 1.7.7
|
||||
#### Date: June 21 2011
|
||||
#### Patch Number: 00
|
||||
#### Patch Number: 01
|
||||
########################################################################
|
||||
#### SPECIAL THANKS
|
||||
########################################################################
|
||||
|
@ -541,7 +541,6 @@ main()
|
|||
# only do this if inxi has been started as a konversation script, otherwise bypass this
|
||||
# KONVI=3 ## for testing puroses
|
||||
if [[ $KONVI -eq 1 || $KONVI -eq 3 ]];then
|
||||
|
||||
if [[ $KONVI -eq 1 ]]; then ## dcop Konversation (ie 1.x < 1.2(qt3))
|
||||
DCPORT="$1"
|
||||
DCSERVER="$2"
|
||||
|
@ -1274,6 +1273,7 @@ debug_data_collector()
|
|||
cat $FILE_CPUINFO &> $debug_data_dir/proc-cpu-info.txt
|
||||
cat $FILE_MEMINFO &> $debug_data_dir/proc-meminfo.txt
|
||||
cat $FILE_MODULES &> $debug_data_dir/proc-modules.txt
|
||||
cat /proc/net/arp &> $debug_data_dir/proc-net-arp.txt
|
||||
check_recommends &> $debug_data_dir/check-recommends.txt
|
||||
# first download and verify xiin
|
||||
if [[ $B_UPLOAD_DEBUG_DATA == 'true' || $1 == 'disk' || $1 == 'sys' || $1 == 'all' ]];then
|
||||
|
@ -3731,7 +3731,7 @@ get_graphics_x_data()
|
|||
{
|
||||
eval $LOGFS
|
||||
local x_vendor='' x_version='' temp_array='' xdpy_info='' a_x_working=''
|
||||
B_SHOW_X_DATA=true
|
||||
|
||||
if [[ $B_SHOW_X_DATA == 'true' && $B_ROOT != 'true' ]];then
|
||||
# X vendor and version detection.
|
||||
# new method added since radeon and X.org and the disappearance of <X server name> version : ...etc
|
||||
|
|
Loading…
Reference in a new issue