mirror of
https://github.com/smxi/inxi.git
synced 2025-09-01 10:09:10 +00:00
removed null default from init line
This commit is contained in:
parent
2734a2746b
commit
73272bb410
1 changed files with 0 additions and 3 deletions
3
inxi
3
inxi
|
@ -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]}
|
||||
|
|
Loading…
Add table
Reference in a new issue