File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ LABEL \
1313# ## Build arguments
1414# ##
1515ARG VHOST_GEN_GIT_REF=1.0.10
16- ARG WATCHERD_GIT_REF=v1.0.7
16+ ARG WATCHERD_GIT_REF=v1.1.0
1717ARG CERT_GEN_GIT_REF=0.10
1818
1919ENV BUILD_DEPS \
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ LABEL \
1313# ## Build arguments
1414# ##
1515ARG VHOST_GEN_GIT_REF=1.0.10
16- ARG WATCHERD_GIT_REF=v1.0.7
16+ ARG WATCHERD_GIT_REF=v1.1.0
1717ARG CERT_GEN_GIT_REF=0.10
1818
1919ENV BUILD_DEPS \
Original file line number Diff line number Diff line change @@ -356,7 +356,7 @@ if [ "${MASS_VHOST_ENABLE}" -eq "1" ]; then
356356
357357 supervisord_create \
358358 " ${HTTPD_START} " \
359- " bash -c 'sleep ${WATCHERD_STARTUP_DELAY} && exec watcherd -c -v -p ${MASS_DOCROOT_BASE} -a \" ${watcherd_add} \" -d \" ${watcherd_del} \" -t \" ${watcherd_tri} \" '" \
359+ " bash -c 'sleep ${WATCHERD_STARTUP_DELAY} && exec watcherd -e \" ^ \\ . \" - c -v -p ${MASS_DOCROOT_BASE} -a \" ${watcherd_add} \" -d \" ${watcherd_del} \" -t \" ${watcherd_tri} \" '" \
360360 " /etc/supervisord.conf"
361361
362362 log " done" " Starting supervisord: ${_SUPVD_VERSION} [HTTPD: ${_HTTPD_VERSION} ]"
You can’t perform that action at this time.
0 commit comments