From 395c60b1ce1c8bc84746ecfefba21d3234b288fa Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Wed, 23 Aug 2017 21:35:06 +0200 Subject: silence a lot shellcheck warnings --- bin/clean-cache | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/clean-cache') diff --git a/bin/clean-cache b/bin/clean-cache index b7cef9f..06ac8a1 100755 --- a/bin/clean-cache +++ b/bin/clean-cache @@ -1,5 +1,6 @@ #!/bin/sh +# shellcheck source=conf/default.conf . "${0%/*}/../conf/default.conf" if [ $# -eq 0 ]; then -- cgit v1.2.3