removed null default from init line

This commit is contained in:
inxi-svn 2014-03-14 03:13:42 +00:00
parent 2734a2746b
commit 73272bb410

3
inxi
View file

@ -9718,9 +9718,6 @@ print_info_data()
fi
runlvl_default=${A_INIT_DATA[5]}
if [[ -z $runlvl_default ]];then
runlvl_default='N/A'
fi
fi
# currently only using openrc here, otherwise show nothing
rc_type=${A_INIT_DATA[2]}