Solved: Problem with /etc/rc.local
Posted: Sun Nov 12, 2017 10:52 am
My recent installations of Raspbian September 2017 Stretch with desktop all seem to have a spurious new line in /etc/rc.local
Is this a bug in the release or something I'm doing wrong?
It doesn't stop the Pi from booting but since Bash throws an error my startup programs won't run.# This script is executed at the end of each multiuser runlevel.
# Make sure that the script will "chmod 777 /dev/ttyAMA0
exit 0" on success or any other
# value on error.
Is this a bug in the release or something I'm doing wrong?