mirror of
https://github.com/smxi/inxi.git
synced 2024-11-16 16:21:39 +00:00
fixed -xx@15 glitch
This commit is contained in:
parent
454da4e4ae
commit
afb5d6815a
3
inxi
3
inxi
|
@ -2227,6 +2227,7 @@ check_recommends_items()
|
|||
local recommended_apps='
|
||||
dmidecode:dmidecode~dmidecode~dmidecode~:-M_if_no_sys_machine_data;_-m_memory
|
||||
file:file~file~file~:-o_unmounted_file_system
|
||||
hciconfig:bluez~bluez-utils~bluez-utils~:-n_-i_bluetooth_data
|
||||
hddtemp:hddtemp~hddtemp~hddtemp~:-Dx_show_hdd_temp
|
||||
ifconfig:net-tools~net-tools~net-tools~:-i_ip_lan-deprecated
|
||||
ip:iproute~iproute2~iproute~:-i_ip_lan
|
||||
|
@ -2767,7 +2768,7 @@ get_parameters()
|
|||
## debuggers and testing tools
|
||||
%) B_HANDLE_CORRUPT_DATA='true'
|
||||
;;
|
||||
@) if [[ -n $( grep -E "^([1-9]|1[0-4])$" <<< $OPTARG ) ]];then
|
||||
@) if [[ -n $( grep -E "^([1-9]|1[0-5])$" <<< $OPTARG ) ]];then
|
||||
DEBUG=$OPTARG
|
||||
if [[ $B_EXTRA_EXTRA_DATA == 'true' ]];then
|
||||
B_UPLOAD_DEBUG_DATA='true'
|
||||
|
|
Loading…
Reference in a new issue