We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e4027e commit 33ee924Copy full SHA for 33ee924
packages/bird2-babelpatch/files/bird.init
@@ -1,6 +1,13 @@
1
#!/bin/sh /etc/rc.common
2
# Copyright (C) 2010-2017 OpenWrt.org
3
4
+# Ignore a few shellchecks:
5
+# - SC2034: USE_PROCD, START, STOP appears unused
6
+# - SC3043: In POSIX sh, 'local' is undefined
7
+
8
+# shellcheck disable=SC2034
9
+# shellcheck disable=SC3043
10
11
USE_PROCD=1
12
START=70
13
STOP=10
0 commit comments