make the state dir writable

pull/182/head
Yossi 2018-03-06 18:58:57 +02:00
parent ffc73f3aba
commit b9357c6389
1 changed files with 3 additions and 0 deletions

View File

@ -253,6 +253,9 @@ sudo chmod +x /home/Cardigan/daemons/gps/position
# make the firmware dir writable
sudo chmod 777 -R /home/Cardigan/firmware/
# make the firmware dir writable
sudo chmod 777 -R /home/Cardigan/state/
# run npm install on video module
cd /home/Cardigan/modules/video