Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - foreverclumsy

Pages: [1]
1
General / Re: Exit Attract Mode
« on: January 06, 2017, 01:53:21 PM »
i copied the exact run command that AM uses when you select "shutdown" option from "attract mode setup".

Code: [Select]
sudo /bin/bash "/home/pi/.attract/Attract Mode Setup/Shutdown.sh"
Which if you opened the Shutdown.sh, it says:

Code: [Select]
#!/usr/bin/env bash
sudo shutdown -P now

2
General / Re: Exit Attract Mode
« on: January 02, 2017, 01:58:26 PM »
sudo poweroff just brings be to the command line same thing with sudo shutdown
I am having the same issue as well. Both commands just exit to the command line.

3
General / Re: RPI 2 shutdown button script ?!
« on: January 02, 2017, 01:53:31 PM »
May I confirm that this is what y'all mean when editing the file.

Code: [Select]
# Interface strings
#
Exit Attract-Mode?;sudo shutdown –h

Pages: [1]