X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=Vagrantfile;h=221ad6db460950d3bce9f3fa2711e41195621196;hb=3d3368cfd5e8dbe320428f479a49cabfddc58acd;hp=a15cae5b7c13d194e71184763a16a75d8a393372;hpb=d51c2e05d36ef66f2b55932c0bc5edc99b8c1ceb;p=github%2Fwallabag%2Fwallabag.git diff --git a/Vagrantfile b/Vagrantfile index a15cae5b..221ad6db 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