summaryrefslogtreecommitdiffstats
path: root/dehydrated/Makefile
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@open-infrastructure.net>2021-09-04 15:43:36 +0000
committerDaniel Baumann <mail@daniel-baumann.ch>2021-09-04 16:21:31 +0000
commit15b6a6910fcd4602a17c0e438c85f579657e3f20 (patch)
tree3c5fc5df62759f44536a55c105f19a9e58e48687 /dehydrated/Makefile
parentAdding knot tools. (diff)
downloadservice-tools-15b6a6910fcd4602a17c0e438c85f579657e3f20.tar.xz
service-tools-15b6a6910fcd4602a17c0e438c85f579657e3f20.zip
Reading configuration files in dehydrated-nsupdate for future tsig support.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to 'dehydrated/Makefile')
-rw-r--r--dehydrated/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/dehydrated/Makefile b/dehydrated/Makefile
index 0c9da96..5a6239d 100644
--- a/dehydrated/Makefile
+++ b/dehydrated/Makefile
@@ -50,7 +50,7 @@ test:
then \
for SCRIPT in $(SCRIPTS); \
do \
- shellcheck -e SC2039 $${SCRIPT}; \
+ shellcheck -e SC1090 -e SC2039 $${SCRIPT}; \
echo -n "."; \
done; \
else \