aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-05-16 13:00:22 +0300
committerCem Keylan <cem@ckyln.com>2020-05-16 13:00:22 +0300
commitf3508afa135d08fbc15187511815ac67a759db75 (patch)
treef91b084e1798819c5639c7ecf7492c7de154c9a3
parent12bf18ba843cfbc2f332121a366b565088e31fbf (diff)
downloadinit-f3508afa135d08fbc15187511815ac67a759db75.tar.gz
rc.lib/shutdown: disable shellcheck errors
-rw-r--r--rc.lib1
-rwxr-xr-xrc.shutdown1
2 files changed, 2 insertions, 0 deletions
diff --git a/rc.lib b/rc.lib
index 103f851..8924aa3 100644
--- a/rc.lib
+++ b/rc.lib
@@ -1,4 +1,5 @@
# rc.lib -- common functions for rc.boot and rc.shutdown
+# shellcheck disable=1090
out() { printf '\033[1;36m-> \033[39m%s\033[m\n' "$@" ;}
diff --git a/rc.shutdown b/rc.shutdown
index c74bee1..6521383 100755
--- a/rc.shutdown
+++ b/rc.shutdown
@@ -1,4 +1,5 @@
#!/bin/sh
+# shellcheck disable=1090,1091
. /etc/init/rc.conf
. INITDIR/rc.lib