diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2021-09-04 15:43:36 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2021-09-04 15:43:36 +0000 |
commit | 3009c534d01dd891f22c92fe66e95de94fb3acda (patch) | |
tree | b3118fe016a90b125830f735d232f9d0c65fef6d /dehydrated/Makefile | |
parent | Adding knot tools. (diff) | |
download | service-tools-3009c534d01dd891f22c92fe66e95de94fb3acda.tar.xz service-tools-3009c534d01dd891f22c92fe66e95de94fb3acda.zip |
Reading configuration files in dehydrated-nsupdate for future tsig support.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to '')
-rw-r--r-- | dehydrated/Makefile | 2 |
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 \ |