From 832fa561b424e26f6d8c8d1658e8456858aec970 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Thu, 24 Aug 2017 00:02:04 +0200 Subject: bin/strict-bashism-check: also shellcheck before commiting --- conf/default.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf') diff --git a/conf/default.conf b/conf/default.conf index 007a5fd..f9bf2ea 100755 --- a/conf/default.conf +++ b/conf/default.conf @@ -63,7 +63,7 @@ webserver_directory='/srv/http' # possibly pull in custom modifications -# shellcheck source=conf/local.conf +# shellcheck source=/dev/null [ -r "${base_dir}/conf/local.conf" ] && . "${base_dir}/conf/local.conf" # check / set up environment -- cgit v1.2.3-54-g00ecf