From 5d35d02e07285ce2df1fe0d9f2ac4f7e310df3a3 Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Mon, 13 Jan 2014 23:17:26 +0000 Subject: [PATCH] bug fix, forgot to set upstart path --- inxi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inxi b/inxi index 77a2068..305b8de 100755 --- a/inxi +++ b/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