From 9c5fa5318ecb3310b4aa25e9d10730c1d655e15f Mon Sep 17 00:00:00 2001 From: Basil Hendroff <63370329+basilhendroff@users.noreply.github.com> Date: Sat, 1 Aug 2020 00:21:18 +0800 Subject: [PATCH] Update caddy-jail.sh Time zone check not relevant --- caddy-jail.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/caddy-jail.sh b/caddy-jail.sh index 48edf36..d6ab155 100755 --- a/caddy-jail.sh +++ b/caddy-jail.sh @@ -56,10 +56,6 @@ if [ -z "${POOL_PATH}" ]; then echo 'Configuration error: POOL_PATH must be set' exit 1 fi -if [ -z "${TIME_ZONE}" ]; then - echo 'Configuration error: TIME_ZONE must be set' - exit 1 -fi if [ -z "${HOST_NAME}" ]; then echo 'Configuration error: HOST_NAME must be set' exit 1