File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ VHOST_TLD="${3}"
1010VHOST_TPL=" ${4} "
1111CA_KEY=" ${5} "
1212CA_CRT=" ${6} "
13- VERBOSE =" ${7} "
14- GENERATE_SSL =" ${8} "
13+ GENERATE_SSL =" ${7} "
14+ VERBOSE =" ${8:- } "
1515
1616if [ " ${GENERATE_SSL} " = " 1" ]; then
1717 if [ ! -d " /etc/httpd/cert/mass" ]; then
Original file line number Diff line number Diff line change @@ -222,7 +222,7 @@ if [ "${MASS_VHOST_ENABLE}" -eq "1" ]; then
222222 fi
223223
224224 # Create watcherd sub commands
225- watcherd_add=" create-vhost.sh '%%p' '%%n' '${MASS_VHOST_TLD} ' '%%p/${MASS_VHOST_TPL} /' '${CA_KEY} ' '${CA_CRT} ' '${verbose} ' '1 '"
225+ watcherd_add=" create-vhost.sh '%%p' '%%n' '${MASS_VHOST_TLD} ' '%%p/${MASS_VHOST_TPL} /' '${CA_KEY} ' '${CA_CRT} ' '1' ' ${verbose} '"
226226 watcherd_del=" rm /etc/httpd/vhost.d/%%n.conf"
227227 watcherd_tri=" ${HTTPD_RELOAD} "
228228
You can’t perform that action at this time.
0 commit comments