summaryrefslogtreecommitdiffstats
path: root/src/bin/admin/kea-admin.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/admin/kea-admin.in')
-rw-r--r--src/bin/admin/kea-admin.in7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/bin/admin/kea-admin.in b/src/bin/admin/kea-admin.in
index 4d62192cce..3e90acd98c 100644
--- a/src/bin/admin/kea-admin.in
+++ b/src/bin/admin/kea-admin.in
@@ -16,12 +16,6 @@
# - lease upload to the database
# - lease database recount
-# shellcheck disable=SC1091
-# SC1091: Not following: ... was not specified as input (see shellcheck -x).
-
-# shellcheck disable=SC2039
-# SC2039: In POSIX sh, 'local' is undefined.
-
# shellcheck disable=SC2086
# SC2086: Double quote to prevent globbing and word splitting.
# Reason for disable: explicitly don't quote extra_arguments so it is
@@ -61,6 +55,7 @@ else
SCRIPTS_DIR="@datarootdir@/@PACKAGE@/scripts"
fi
+# shellcheck source=src/bin/admin/admin-utils.sh.in
. "${admin_utils}"
# Prints out usage version.