mirror of
https://github.com/smxi/inxi.git
synced 2024-11-16 16:21:39 +00:00
small adjustment in branch one
This commit is contained in:
parent
d11d6cb6cb
commit
17d057ab08
4
inxi
4
inxi
|
@ -3,7 +3,7 @@
|
|||
#### Script Name: inxi
|
||||
#### Version: 2.0.0
|
||||
#### Date: 2014-03-12
|
||||
#### Patch Number: 01-b1
|
||||
#### Patch Number: 02-b1
|
||||
########################################################################
|
||||
#### SPECIAL THANKS
|
||||
########################################################################
|
||||
|
@ -9567,7 +9567,7 @@ print_info_data()
|
|||
# this only triggers if no X data is present or if extra data switch is on
|
||||
if [[ $B_SHOW_DISPLAY_DATA != 'true' || $B_EXTRA_DATA == 'true' ]];then
|
||||
get_init_data
|
||||
if [[ ${A_INIT_DATA[0]} == 'systemd' ]];then
|
||||
if [[ ${A_INIT_DATA[0]} == 'systemd' && -z $( grep -E '^[0-9]$' <<< ${A_INIT_DATA[0]} ) ]];then
|
||||
runlvl_title='target'
|
||||
fi
|
||||
init_type=${A_INIT_DATA[0]}
|
||||
|
|
Loading…
Reference in a new issue