bug fix #1097
This commit is contained in:
parent
7eef05e4f5
commit
0349127473
|
@ -15,6 +15,9 @@ if [ -f /vagrant/.htconfig.php ]
|
||||||
rm /vagrant/.htconfig.php
|
rm /vagrant/.htconfig.php
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
#change ownership of dir where sessions are stored
|
||||||
|
chown -R www-data:www-data /var/lib/php5
|
||||||
|
|
||||||
#create the friendica database
|
#create the friendica database
|
||||||
echo "create database friendica" | mysql -u root -proot
|
echo "create database friendica" | mysql -u root -proot
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue