summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sh/functions.sh.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/sh/functions.sh.in b/sh/functions.sh.in
index 0f0e1a9..1d1b0cd 100644
--- a/sh/functions.sh.in
+++ b/sh/functions.sh.in
@@ -38,7 +38,8 @@ yesno()
esac
}
-rc_runlevel() {
+rc_runlevel()
+{
rc-status --runlevel
}