Change vhosts path

This commit is contained in:
Michael RICOIS 2014-12-16 15:38:40 +01:00
parent b23ab10d16
commit 454a8c8b03
4 changed files with 10 additions and 8 deletions

1
lamp-precise64/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/.vagrant/

View File

@ -80,13 +80,13 @@ then
cp /vagrant/data/test /vagrant/vhosts/test cp /vagrant/data/test /vagrant/vhosts/test
if if
if [ ! -f /home/vhosts/phpmyadmin.conf ] if [ ! -f /vagrant/vhosts/phpmyadmin.conf ]
then then
cp /vagrant/data/phpmyadmin.conf /home/vhosts/phpmyadmin.conf cp /vagrant/data/phpmyadmin.conf /vagrant/vhosts/phpmyadmin.conf
fi fi
if [ ! -f /home/vhosts/test.conf ] if [ ! -f /vagrant/vhosts/test.conf ]
then then
cp /vagrant/data/test.conf /home/vhosts/test.conf cp /vagrant/data/test.conf /vagrant/vhosts/test.conf
fi fi
# Disable all website # Disable all website

View File

@ -74,13 +74,13 @@ then
sudo mkdir /home/vhosts/test sudo mkdir /home/vhosts/test
fi fi
if [ ! -f /home/vhosts/phpmyadmin.conf ] if [ ! -f /vagrant/vhosts/phpmyadmin.conf ]
then then
cp /vagrant/data/phpmyadmin.conf /home/vhosts/phpmyadmin.conf cp /vagrant/data/phpmyadmin.conf /vagrant/vhosts/phpmyadmin.conf
fi fi
if [ ! -f /home/vhosts/test.conf ] if [ ! -f /vagrant/vhosts/test.conf ]
then then
cp /vagrant/data/test.conf /home/vhosts/test.conf cp /vagrant/data/test.conf /vagrant/vhosts/test.conf
fi fi
# Disable all website # Disable all website

1
lamp-trusty64/vhosts/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/*.conf