summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xboot/boot.py1
1 files changed, 0 insertions, 1 deletions
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=========="