correction du test "reload web" qui regenre le fichier de vhosts
This commit is contained in:
parent
a8b5a2c8a7
commit
9197261a1f
|
@ -114,7 +114,7 @@ do
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
||||||
if [ $RELOAD_WEB ] ; then
|
if [ "$RELOAD_WEB" == "true" ] ; then
|
||||||
RELOAD_ZONES="$RELOAD_ZONES apache"
|
RELOAD_ZONES="$RELOAD_ZONES apache"
|
||||||
|
|
||||||
# Concat the apaches files
|
# Concat the apaches files
|
||||||
|
|
Loading…
Reference in New Issue