File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 27
27
matrix :
28
28
refs :
29
29
- ' master'
30
- - ' 0.38 '
30
+ - ' 0.39 '
31
31
steps :
32
32
33
33
# ------------------------------------------------------------
Original file line number Diff line number Diff line change @@ -237,7 +237,7 @@ if [ "${MASS_VHOST_ENABLE}" -eq "1" ]; then
237
237
fi
238
238
239
239
# Create watcherd sub commands
240
- watcherd_add=" create-vhost.sh '%%p' '%%n' '${MASS_VHOST_TLD} ' '%%p/${MASS_VHOST_TPL} /' '${CA_KEY} ' '${CA_CRT} ' '1 ' '${MASS_VHOST_SSL_TYPE} ' '${verbose} '"
240
+ 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} '"
241
241
watcherd_del=" rm /etc/httpd/vhost.d/%%n.conf"
242
242
watcherd_tri=" ${HTTPD_RELOAD} "
243
243
You can’t perform that action at this time.
0 commit comments