bug fix, forgot to set upstart path

This commit is contained in:
inxi-svn 2014-01-13 23:17:26 +00:00
parent 3e55bb677c
commit 5d35d02e07

2
inxi
View file

@ -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