diff --git a/sh/functions.sh.in b/sh/functions.sh.in index 0f0e1a94..1d1b0cd0 100644 --- a/sh/functions.sh.in +++ b/sh/functions.sh.in @@ -38,7 +38,8 @@ yesno() esac } -rc_runlevel() { +rc_runlevel() +{ rc-status --runlevel }