aboutsummaryrefslogtreecommitdiffhomepage
path: root/Vagrantfile
diff options
context:
space:
mode:
Diffstat (limited to 'Vagrantfile')
-rw-r--r--Vagrantfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Vagrantfile b/Vagrantfile
index a15cae5b..221ad6db 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -17,7 +17,7 @@ apt-get clean -y
17echo "ServerName localhost" >> /etc/apache2/apache2.conf 17echo "ServerName localhost" >> /etc/apache2/apache2.conf
18service apache2 restart 18service apache2 restart
19service mysql restart 19service mysql restart
20echo "create database kanboard;" | mysql -u root 20echo "create database wallabag;" | mysql -u root
21rm -f /var/www/html/index.html 21rm -f /var/www/html/index.html
22date > /etc/vagrant_provisioned_at 22date > /etc/vagrant_provisioned_at
23SCRIPT 23SCRIPT