Merge changeset 2968.
This commit is contained in:
parent
fb06e09ff7
commit
6aeb619e87
|
@ -114,7 +114,7 @@ do
|
|||
done
|
||||
|
||||
|
||||
if [ $RELOAD_WEB ] ; then
|
||||
if [ "$RELOAD_WEB" == "true" ] ; then
|
||||
RELOAD_ZONES="$RELOAD_ZONES apache"
|
||||
|
||||
# Concat the apaches files
|
||||
|
|
Loading…
Reference in New Issue