make the state dir writable
This commit is contained in:
parent
ffc73f3aba
commit
b9357c6389
|
@ -253,6 +253,9 @@ sudo chmod +x /home/Cardigan/daemons/gps/position
|
||||||
# make the firmware dir writable
|
# make the firmware dir writable
|
||||||
sudo chmod 777 -R /home/Cardigan/firmware/
|
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
|
# run npm install on video module
|
||||||
cd /home/Cardigan/modules/video
|
cd /home/Cardigan/modules/video
|
||||||
|
|
Loading…
Reference in New Issue
Block a user