Attract-Mode Support Forum

Attract-Mode Support => General => Topic started by: Patzfan on April 08, 2017, 05:33:44 PM

Title: ANYWAY to get ShutDownPi in attract mode setup, exit me to command line?
Post 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
Title: Re: ANYWAY to get ShutDownPi in attract mode setup, exit me to command line?
Post by: hermine.potter on April 09, 2017, 09:53:30 PM
@Patzfan
start AM > General > remove content of 'Exit Command'
So if you exit AM, then you're on bash
Title: Re: ANYWAY to get ShutDownPi in attract mode setup, exit me to command line?
Post by: Patzfan on April 10, 2017, 02:56:26 PM
@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.
Title: Re: ANYWAY to get ShutDownPi in attract mode setup, exit me to command line?
Post by: progets on April 10, 2017, 08:49:23 PM
Code: [Select]
kill $(ps aux | grep '[a]ttract' | awk '{print $2}')