refactor(helpers): set initial vars to null vs unset

This commit is contained in:
Asif Bacchus 2021-07-27 14:59:16 -06:00
parent 2b55ae11f4
commit 4a1c1e5153
1 changed files with 4 additions and 4 deletions

View File

@ -30,10 +30,10 @@ NETWORK='nginx_network'
SUBNET='172.31.254.0/24'
HTTP_PORT=80
HTTPS_PORT=443
unset CONFIG_DIR
unset SERVERS_DIR
unset WEBROOT_DIR
unset vmount
CONFIG_DIR=""
SERVERS_DIR=""
WEBROOT_DIR=""
volumeMounts=""
### functions