change database name

This commit is contained in:
Nicolas Lœuillet 2014-10-30 20:43:39 +01:00
parent c4800fc6da
commit 0bf65303ca
1 changed files with 1 additions and 1 deletions

2
Vagrantfile vendored
View File

@ -17,7 +17,7 @@ apt-get clean -y
echo "ServerName localhost" >> /etc/apache2/apache2.conf
service apache2 restart
service mysql restart
echo "create database kanboard;" | mysql -u root
echo "create database wallabag;" | mysql -u root
rm -f /var/www/html/index.html
date > /etc/vagrant_provisioned_at
SCRIPT