]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - Vagrantfile
Merge pull request #1524 from wallabag/sf2.8
[github/wallabag/wallabag.git] / 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