Ive been skimming through previous posts and googling but ive yet to resolve why this simple startup script isnt working for me.
Is this line correct as its not executing my program?
- my file has permissions
Copied this:
@reboot sleep 10 && cd /home/pi/openFrameworks/apps/myApps/<yourAppFile>/bin && ./<yourAppName>
Here’s mine:
@reboot sleep 10 && cd /home/pi/openFrameworks/apps/myApps/mvp_draft_6/bin && ./mvp_draft_6
6 posts - 3 participants