diff options
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 |