worked out that my access point was configured to only run at boot if the ethernet to the internet is unplugged, which is fine
still weird why it was running at boot when i would edit the rc.local file though.
run into a different problem now,
trying to get the access point AND a shutdown button script to work on startup
when i run the script it works, but not when its started via rc.local
even running rc.local directly with: sudo /etc/rc.local makes it work, but not 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
trying to run it off GPIO3 so i can have a combined shutdown/startup button
any help/ideas appreciated