Attract-Mode Support Forum
Attract-Mode Support => General => Topic started by: Patzfan on April 08, 2017, 05:33:44 PM
-
what is the command line to exit ATTRACTMODE and go to commandline? currently it shuts down my pi, but i got another button to so that. i want to open sh and edit the script to get it to the command line
-
@Patzfan
start AM > General > remove content of 'Exit Command'
So if you exit AM, then you're on bash
-
@Patzfan
start AM > General > remove content of 'Exit Command'
So if you exit AM, then you're on bash
right now my EXIT button in the unified layout on the MAIN wheel with consoles, SHUTS ME DOWN which is what i like.
In attract mode setup there is a shutdown pi BUTTON on the wheel, i want to edit the .sh file to get me to commandline.
-
kill $(ps aux | grep '[a]ttract' | awk '{print $2}')