In case of some directories not exist create it
This commit is contained in:
@@ -10,6 +10,12 @@ DOMAIN_DIR=$DOMAIN_DIR
|
||||
CERT_DIR=$CERT_DIR
|
||||
PROXY_CONFIG_DIR=$PROXY_CONFIG_DIR
|
||||
|
||||
# If not exits CERT_DIR, create it
|
||||
mkdir -p $CERT_DIR
|
||||
|
||||
# If not exits DOMAIN_DIR, create it
|
||||
mkdir -p $DOMAIN_DIR
|
||||
|
||||
# Triggers by certificate or domain config changes
|
||||
|
||||
unset IFS
|
||||
|
Reference in New Issue
Block a user