Auto création du répertoire de conf manuelle de Apache
(le but est d'inciter l'admin à ranger ses morceaux "perso" a un seul endroit)
This commit is contained in:
parent
cedce69efe
commit
38e16fe624
|
@ -121,6 +121,9 @@ done
|
||||||
if [ ! -z "$(cat "$RELOAD_WEB")" ] ; then
|
if [ ! -z "$(cat "$RELOAD_WEB")" ] ; then
|
||||||
echo " apache " >> "$RELOAD_ZONES"
|
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
|
# Concat the apaches files
|
||||||
tempo=$(mktemp "$VHOST_FILE.XXXXX")
|
tempo=$(mktemp "$VHOST_FILE.XXXXX")
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue