make the state dir writable

This commit is contained in:
Yossi 2018-03-06 18:58:57 +02:00
parent ffc73f3aba
commit b9357c6389

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