mirror of
https://github.com/smxi/inxi.git
synced 2025-01-19 00:47:47 +00:00
No new version, just fixed some unwanted executable bits in files.
This commit is contained in:
parent
dce92040ec
commit
fcc510af1e
0
README.txt
Executable file → Normal file
0
README.txt
Executable file → Normal file
10
inxi
10
inxi
|
@ -403,6 +403,14 @@ B_HDDTEMP_TESTED='false'
|
|||
B_MODINFO_TESTED='false'
|
||||
B_SUDO_TESTED='false'
|
||||
|
||||
# cpu 64 bit able or not. Does not tell you actual kernel/OS installed
|
||||
# if ((1<<32)); then
|
||||
# BITS=64
|
||||
# else
|
||||
# BITS=32
|
||||
# fi
|
||||
# echo $BITS
|
||||
|
||||
### CONSTANTS/INITIALIZE - SOME MAY BE RESET LATER ###
|
||||
DCOPOBJ="default"
|
||||
DEBUG=0 # Set debug levels from 1-10 (8-10 trigger logging levels)
|
||||
|
@ -14963,7 +14971,7 @@ print_weather_data()
|
|||
time_string=''
|
||||
observation_time=''
|
||||
fi
|
||||
# the last three are oftenblank
|
||||
# the last three are often blank
|
||||
if [[ -z "$heat_index$wind_chill$dew_point" ]];then
|
||||
weather_data=$( create_print_line " " "$pressure$location_string" )
|
||||
print_screen_output "$weather_data"
|
||||
|
|
|
@ -1,3 +1,15 @@
|
|||
=====================================================================================
|
||||
Version: 2.3.4
|
||||
Patch Version: 00
|
||||
Script Date: 2016-11-03
|
||||
-----------------------------------
|
||||
Changes:
|
||||
-----------------------------------
|
||||
No new version, just fixed some unwanted executable bits in files.
|
||||
|
||||
-----------------------------------
|
||||
-- Harald Hope - Tue, 22 Nov 2016 11:13:15 -0800
|
||||
|
||||
=====================================================================================
|
||||
Version: 2.3.4
|
||||
Patch Version: 00
|
||||
|
|
Loading…
Reference in a new issue