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