Update 30-config

Remove {WEB_PORT} from variable validation because it optional and not required.
This commit is contained in:
Mohammed A.Q 2020-05-11 21:22:21 +03:00 committed by GitHub
parent c2acfe0479
commit bde7003584
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,6 @@
# Env variable validation
VARS=( \
TZ
WEB_PORT
)
for i in "${VARS[@]}"; do