Skip to content

Commit

Permalink
Ensure to evaluate MASS_VHOST_SSL_GEN env var
Browse files Browse the repository at this point in the history
  • Loading branch information
cytopia committed Jan 30, 2022
1 parent baad05d commit b73112b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ if [ "${MASS_VHOST_ENABLE}" -eq "1" ]; then
fi

# Create watcherd sub commands
watcherd_add="create-vhost.sh '%%p' '%%n' '${MASS_VHOST_TLD}' '%%p/${MASS_VHOST_TPL}/' '${CA_KEY}' '${CA_CRT}' '1' '${MASS_VHOST_SSL_TYPE}' '${verbose}'"
watcherd_add="create-vhost.sh '%%p' '%%n' '${MASS_VHOST_TLD}' '%%p/${MASS_VHOST_TPL}/' '${CA_KEY}' '${CA_CRT}' '${MASS_VHOST_SSL_GEN}' '${MASS_VHOST_SSL_TYPE}' '${verbose}'"
watcherd_del="rm /etc/httpd/vhost.d/%%n.conf"
watcherd_tri="${HTTPD_RELOAD}"

Expand Down

0 comments on commit b73112b

Please sign in to comment.