Update caddy-jail.sh

Time zone check not relevant
master
Basil Hendroff 2020-08-01 00:21:18 +08:00 committed by GitHub
parent b5b96423e2
commit 9c5fa5318e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -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