diff --git a/SafeShutdown.py b/SafeShutdown.py index 2d33bd4..0866383 100644 --- a/SafeShutdown.py +++ b/SafeShutdown.py @@ -28,7 +28,7 @@ def poweroff(): os.system("sudo killall emulationstation") os.system("sudo killall emulationstatio") #RetroPie 4.6 os.system("sudo sleep 5s") - os.system("sudo shutdown -r now") + os.system("sudo shutdown now") #blinks the LED to signal button being pushed def ledBlink():