From a37a8234f7dfc1c067086bae458a8dce26e48ce6 Mon Sep 17 00:00:00 2001 From: Michael RICOIS Date: Tue, 16 Dec 2014 15:41:19 +0100 Subject: [PATCH] Change --- lamp-precise64/bootstrap.sh | 2 +- lamp-trusty64/bootstrap.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lamp-precise64/bootstrap.sh b/lamp-precise64/bootstrap.sh index 36c2cf8..a46ad2f 100644 --- a/lamp-precise64/bootstrap.sh +++ b/lamp-precise64/bootstrap.sh @@ -93,7 +93,7 @@ fi cd /etc/apache2/sites-available/ DVHOSTS='' for f in *; do DVHOSTS+=" $f"; done; -sudo a2dissite $f +sudo a2dissite $DVHOSTS # Copy Vhosts files VHOSTS='000-default.conf' diff --git a/lamp-trusty64/bootstrap.sh b/lamp-trusty64/bootstrap.sh index ae39f16..77bf327 100644 --- a/lamp-trusty64/bootstrap.sh +++ b/lamp-trusty64/bootstrap.sh @@ -87,7 +87,7 @@ fi cd /etc/apache2/sites-available/ DVHOSTS='' for f in *.conf; do DVHOSTS+=" $f"; done; -sudo a2dissite $f +sudo a2dissite $DVHOSTS # Copy Vhosts files VHOSTS='000-default.conf'