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}"
10
10
VHOST_TPL=" ${4} "
11
11
CA_KEY=" ${5} "
12
12
CA_CRT=" ${6} "
13
- VERBOSE =" ${7} "
14
- GENERATE_SSL =" ${8} "
13
+ GENERATE_SSL =" ${7} "
14
+ VERBOSE =" ${8:- } "
15
15
16
16
if [ " ${GENERATE_SSL} " = " 1" ]; then
17
17
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
222
222
fi
223
223
224
224
# 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} '"
226
226
watcherd_del=" rm /etc/httpd/vhost.d/%%n.conf"
227
227
watcherd_tri=" ${HTTPD_RELOAD} "
228
228
You can’t perform that action at this time.
0 commit comments