make /tmp writeable in the Vagrant VM

This commit is contained in:
Tobias Diekershoff 2018-02-23 16:02:37 +01:00
parent 9fc0e02bf9
commit 0efbbe18bf
1 changed files with 3 additions and 2 deletions

View File

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