diff options
Diffstat (limited to 'docker/s6/crond')
-rwxr-xr-x | docker/s6/crond/run | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/s6/crond/run b/docker/s6/crond/run index ada467e1..6232dd26 100755 --- a/docker/s6/crond/run +++ b/docker/s6/crond/run @@ -3,7 +3,7 @@ # The default configuration is also calling all the scripts in /etc/periodic/${period} if test -f ./setup; then - # shellcheck disable=SC2039,SC1091 + # shellcheck disable=SC2039,SC1091,SC3046 source ./setup fi |