From 38e16fe6242dacb674371c93b30e977a8e96a7c8 Mon Sep 17 00:00:00 2001 From: Alan Garcia Date: Mon, 15 Oct 2012 14:45:05 +0000 Subject: [PATCH] =?UTF-8?q?Auto=20cr=C3=A9ation=20du=20r=C3=A9pertoire=20d?= =?UTF-8?q?e=20conf=20manuelle=20de=20Apache=20(le=20but=20est=20d'inciter?= =?UTF-8?q?=20l'admin=20=C3=A0=20ranger=20ses=20morceaux=20"perso"=20a=20u?= =?UTF-8?q?n=20seul=20endroit)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/update_domains.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/update_domains.sh b/src/update_domains.sh index a0d47ba4..6e1799fa 100644 --- a/src/update_domains.sh +++ b/src/update_domains.sh @@ -121,6 +121,9 @@ done if [ ! -z "$(cat "$RELOAD_WEB")" ] ; then echo " apache " >> "$RELOAD_ZONES" + # Just to encourage user to use THIS directory and not another one + test -d "$VHOST_MANUALCONF" || mkdir -p "$VHOST_MANUALCONF" + # Concat the apaches files tempo=$(mktemp "$VHOST_FILE.XXXXX")