small adjustment in branch one

This commit is contained in:
inxi-svn 2014-03-12 23:46:50 +00:00
parent d11d6cb6cb
commit 17d057ab08

4
inxi
View file

@ -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]}