diff options
Diffstat (limited to 'bin/clean-cache')
-rwxr-xr-x | bin/clean-cache | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/clean-cache b/bin/clean-cache index a2fca62..251d1de 100755 --- a/bin/clean-cache +++ b/bin/clean-cache @@ -1,5 +1,7 @@ #!/bin/sh +# shellcheck disable=SC2119,SC2120 + # shellcheck source=../conf/default.conf . "${0%/*}/../conf/default.conf" |