trying to get an access point (working) AND a shutdown button script to work on startup...
when i run the button script separately in terminal it works, but not when its started on boot automatically via rc.local
even running rc.local directly with: sudo /etc/rc.local makes it work, but it does not run at startup so i may have an rc.local startup issue
adding the shutdown button script to the rc.local doesnt work, as per this guide:
https://www.element14.com/community/doc ... berry-pi-b
nor does it work going the direct route as per this guide:
https://howchoo.com/g/mwnlytk3zmm/how-t ... spberry-pi
nor does it work as per this guide:
http://www.instructables.com/id/Simple- ... wn-Button/
trying to run it off GPIO3 so i can have a combined shutdown/startup button
any help/ideas appreciated