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