diff options
author | Cem Keylan <cem@ckyln.com> | 2020-05-16 13:00:22 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-05-16 13:00:22 +0300 |
commit | f3508afa135d08fbc15187511815ac67a759db75 (patch) | |
tree | f91b084e1798819c5639c7ecf7492c7de154c9a3 /rc.shutdown | |
parent | 12bf18ba843cfbc2f332121a366b565088e31fbf (diff) | |
download | init-f3508afa135d08fbc15187511815ac67a759db75.tar.gz |
rc.lib/shutdown: disable shellcheck errors
Diffstat (limited to 'rc.shutdown')
-rwxr-xr-x | rc.shutdown | 1 |
1 files changed, 1 insertions, 0 deletions
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 |