From 9197261a1f4635b78d96356edf197de70f08026c Mon Sep 17 00:00:00 2001 From: domi <> Date: Fri, 3 Jun 2011 14:00:50 +0000 Subject: [PATCH] correction du test "reload web" qui regenre le fichier de vhosts --- src/update_domains.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/update_domains.sh b/src/update_domains.sh index 854fe8a7..351f1759 100644 --- a/src/update_domains.sh +++ b/src/update_domains.sh @@ -114,7 +114,7 @@ do done -if [ $RELOAD_WEB ] ; then +if [ "$RELOAD_WEB" == "true" ] ; then RELOAD_ZONES="$RELOAD_ZONES apache" # Concat the apaches files