mirror of
https://github.com/smxi/inxi.git
synced 2024-11-17 00:31:19 +00:00
bug fix, forgot to set upstart path
This commit is contained in:
parent
3e55bb677c
commit
5d35d02e07
2
inxi
2
inxi
|
@ -7617,7 +7617,7 @@ get_runlevel_default()
|
||||||
# env DEFAULT_RUNLEVEL=2
|
# env DEFAULT_RUNLEVEL=2
|
||||||
default_runlvl=$( gawk -F '=' '/^env[[:space:]]+DEFAULT_RUNLEVEL/ {
|
default_runlvl=$( gawk -F '=' '/^env[[:space:]]+DEFAULT_RUNLEVEL/ {
|
||||||
print $2
|
print $2
|
||||||
}' $systemd_default )
|
}' $upstart_default )
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# handle weird cases where null but inittab exists
|
# handle weird cases where null but inittab exists
|
||||||
|
|
Loading…
Reference in a new issue