From: Nicolas LÅ“uillet Date: Thu, 30 Oct 2014 19:43:39 +0000 (+0100) Subject: change database name X-Git-Tag: 1.8.1^2~15^2 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;ds=sidebyside;h=0bf65303cac96835c3a640e292aa00da6ee6a2eb;p=github%2Fwallabag%2Fwallabag.git change database name --- 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