]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
change database name 904/head
authorNicolas Lœuillet <nicolas@loeuillet.org>
Thu, 30 Oct 2014 19:43:39 +0000 (20:43 +0100)
committerNicolas Lœuillet <nicolas@loeuillet.org>
Thu, 30 Oct 2014 19:43:39 +0000 (20:43 +0100)
Vagrantfile

index a15cae5b7c13d194e71184763a16a75d8a393372..221ad6db460950d3bce9f3fa2711e41195621196 100644 (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