do not import test sql for the moment

This commit is contained in:
Silke Meyer 2017-09-04 12:35:22 +02:00
parent 2bf6b15833
commit 663b6e9300
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ cp /vagrant/util/htconfig.vagrant.php /vagrant/.htconfig.php
# create the friendica database
echo "create database friendica DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci" | mysql -u root -proot
# import test database
$MYSQL -uroot -proot friendica < /vagrant/friendica_test_data.sql
# $MYSQL -uroot -proot friendica < /vagrant/friendica_test_data.sql
#create cronjob
echo "*/10 * * * * cd /vagrant; /usr/bin/php include/poller.php" >> friendicacron