diff --git a/util/vagrant_provision.sh b/util/vagrant_provision.sh index 476a1cd1c2..448e80feda 100644 --- a/util/vagrant_provision.sh +++ b/util/vagrant_provision.sh @@ -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