From 0bf65303cac96835c3a640e292aa00da6ee6a2eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Thu, 30 Oct 2014 20:43:39 +0100 Subject: [PATCH] change database name --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index a15cae5..221ad6d 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -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