]> git.mxchange.org Git - friendica.git/commitdiff
bug fix #1097
authorhauke <hauke@grlg.org>
Fri, 5 Sep 2014 21:57:17 +0000 (23:57 +0200)
committerhauke <hauke@grlg.org>
Fri, 5 Sep 2014 21:57:17 +0000 (23:57 +0200)
util/vagrant_provision.sh

index 476a1cd1c263491ac1b45b770c98bd29f0fa063e..448e80feda1c58f41ef2c3384956877f30088ec1 100644 (file)
@@ -15,6 +15,9 @@ if [ -f /vagrant/.htconfig.php ]
     rm /vagrant/.htconfig.php
 fi
 
+#change ownership of dir where sessions are stored
+chown -R www-data:www-data /var/lib/php5
+
 #create the friendica database
 echo "create database friendica" | mysql -u root -proot