From 92c5f94fe7fae17620ecb8895e287e9e66fb135c Mon Sep 17 00:00:00 2001 From: ᴜɴᴋɴᴡᴏɴ Date: Sun, 23 Aug 2020 15:17:54 +0800 Subject: shellcheck: fix warnings (#6274) * Remove outdated files * Fix warnings --- docker/s6/crond/run | 1 + 1 file changed, 1 insertion(+) (limited to 'docker/s6/crond') 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 -- cgit v1.2.3