Attract-Mode Support Forum
Attract-Mode Support => General => Topic started by: fumblingwisdom on February 03, 2017, 11:09:08 PM
-
Can someone please post what the autostart.sh and AM-Start.sh files should read like ? I was attempting to delay the boot time by editing the files and now I can't get Attract mode to launch at startup
-
The only thing you really need in the autostart.sh file is
attract
If you want a delay use
sleep 5
attract
-
# Original
# emulationstation #auto
# stty -echo;attract &> /dev/null; stty echo
# attract > /dev/null 2>&1
attract
This what my autostart.sh looks like, I also tried deleting everything and only having
sleep 5
attract
Neither is working, any help?? In the terminal is says
/opt/retropie/configs/all/autostart.sh: Line 5: $`attract\r`: command not found
/opt/retropie/configs/all/autostart.sh: Line 6: $`\r`: command not found