From 8bf479699c86c54a02ea5f98b111c8dc35e04941 Mon Sep 17 00:00:00 2001 From: Yossi Date: Wed, 25 Apr 2018 11:25:40 +0300 Subject: [PATCH] give exec permissions to led binary --- stage2/06-dride-base/00-run.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/stage2/06-dride-base/00-run.sh b/stage2/06-dride-base/00-run.sh index 26208fc..b46c6f8 100755 --- a/stage2/06-dride-base/00-run.sh +++ b/stage2/06-dride-base/00-run.sh @@ -249,6 +249,7 @@ echo "core_freq=250" >> /boot/config.txt cd /home/core/modules/led sudo npm i +sudo chmod 0777 bin/main