Skip to content

Commit 6a88fb7

Browse files
fix(shellcheck): stop shellcheck from whining
1 parent 90b4b1e commit 6a88fb7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

containers/dnsmasq/dnsmasq/entry-point.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
set -eux
44

5+
# shellcheck disable=SC1091
6+
# This is irrelevant because this only runs inside of a container.
57
. /helpers.sh
68

79
mkdir -p /etc/dnsmasq.d/

0 commit comments

Comments
 (0)