mirror of
https://github.com/smxi/inxi.git
synced 2024-11-17 00:31:19 +00:00
removed null default from init line
This commit is contained in:
parent
2734a2746b
commit
73272bb410
3
inxi
3
inxi
|
@ -9718,9 +9718,6 @@ print_info_data()
|
||||||
fi
|
fi
|
||||||
|
|
||||||
runlvl_default=${A_INIT_DATA[5]}
|
runlvl_default=${A_INIT_DATA[5]}
|
||||||
if [[ -z $runlvl_default ]];then
|
|
||||||
runlvl_default='N/A'
|
|
||||||
fi
|
|
||||||
fi
|
fi
|
||||||
# currently only using openrc here, otherwise show nothing
|
# currently only using openrc here, otherwise show nothing
|
||||||
rc_type=${A_INIT_DATA[2]}
|
rc_type=${A_INIT_DATA[2]}
|
||||||
|
|
Loading…
Reference in a new issue