From ad6d08a338c5523c2c1239e0a4721e45c4f4182b Mon Sep 17 00:00:00 2001 From: schneefux Date: Mon, 2 Jun 2014 20:57:38 -0400 Subject: Removed restart in event of network failure --- boot/boot.py | 1 - 1 file changed, 1 deletion(-) (limited to 'boot/boot.py') diff --git a/boot/boot.py b/boot/boot.py index b042004..59217ec 100755 --- a/boot/boot.py +++ b/boot/boot.py @@ -25,7 +25,6 @@ def configure(): print "COULD NOT CONNECT TO NETWORK" say("Hello, I could not connect to a network. Please read the documentation to configure your Raspberry Pi.") - os.system("sudo shutdown -r now") if __name__ == "__main__": print "==========STARTING JASPER CLIENT==========" -- cgit v1.3.1