From b9357c6389a17ba8e8b122bec5c0d5ee3ed21605 Mon Sep 17 00:00:00 2001 From: Yossi Date: Tue, 6 Mar 2018 18:58:57 +0200 Subject: [PATCH] make the state dir writable --- stage2/06-dride-base/00-run.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/stage2/06-dride-base/00-run.sh b/stage2/06-dride-base/00-run.sh index 648771c..d6860c1 100755 --- a/stage2/06-dride-base/00-run.sh +++ b/stage2/06-dride-base/00-run.sh @@ -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