diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2014-10-30 20:43:39 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2014-10-30 20:43:39 +0100 |
commit | 0bf65303cac96835c3a640e292aa00da6ee6a2eb (patch) | |
tree | 56d5ad5c69171bc49a0c0d3f28831e731944b385 /Vagrantfile | |
parent | c4800fc6da8907766b7dec1e78a9af19559e6442 (diff) | |
download | wallabag-0bf65303cac96835c3a640e292aa00da6ee6a2eb.tar.gz wallabag-0bf65303cac96835c3a640e292aa00da6ee6a2eb.tar.zst wallabag-0bf65303cac96835c3a640e292aa00da6ee6a2eb.zip |
change database name
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 |