diff options
Diffstat (limited to 'Vagrantfile')
-rw-r--r-- | Vagrantfile | 2 |
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 | |||
17 | echo "ServerName localhost" >> /etc/apache2/apache2.conf | 17 | echo "ServerName localhost" >> /etc/apache2/apache2.conf |
18 | service apache2 restart | 18 | service apache2 restart |
19 | service mysql restart | 19 | service mysql restart |
20 | echo "create database kanboard;" | mysql -u root | 20 | echo "create database wallabag;" | mysql -u root |
21 | rm -f /var/www/html/index.html | 21 | rm -f /var/www/html/index.html |
22 | date > /etc/vagrant_provisioned_at | 22 | date > /etc/vagrant_provisioned_at |
23 | SCRIPT | 23 | SCRIPT |