]> git.mxchange.org Git - friendica.git/commitdiff
make /tmp writeable in the Vagrant VM
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Fri, 23 Feb 2018 15:02:37 +0000 (16:02 +0100)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Fri, 23 Feb 2018 15:02:37 +0000 (16:02 +0100)
util/vagrant_provision.sh

index 2029d97d58807cbfede8e29fb071cc11cff3569b..7ca5a1f4e3d33e7f1ec327249e66160ee01ae7df 100755 (executable)
@@ -92,5 +92,6 @@ echo "*/10 * * * * cd /vagrant; /usr/bin/php scripts/worker.php" >> friendicacro
 sudo crontab friendicacron
 sudo rm friendicacron
 
-#Optional: checkout addon repositroy
-#sudo git clone https://github.com/friendica/friendica-addons.git /vagrant/addon
+# friendica needs write access to /tmp
+sudo chmod 777 /tmp
+