summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2014-06-02 20:57:38 -0400
committerschneefux <schneefux+commit@schneefux.xyz>2014-06-02 20:57:38 -0400
commitad6d08a338c5523c2c1239e0a4721e45c4f4182b (patch)
tree5ca2f2211525b325f2a013d5a1f7a01192d1a29b
parent5bff48f899dea3f4677203c5c15108a3e2e08e0b (diff)
downloadjasper-client-ad6d08a338c5523c2c1239e0a4721e45c4f4182b.tar.gz
jasper-client-ad6d08a338c5523c2c1239e0a4721e45c4f4182b.zip
Removed restart in event of network failure
-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=========="