diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-06-02 20:57:38 -0400 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2014-06-02 20:57:38 -0400 |
| commit | ad6d08a338c5523c2c1239e0a4721e45c4f4182b (patch) | |
| tree | 5ca2f2211525b325f2a013d5a1f7a01192d1a29b /boot | |
| parent | 5bff48f899dea3f4677203c5c15108a3e2e08e0b (diff) | |
| download | jasper-client-ad6d08a338c5523c2c1239e0a4721e45c4f4182b.tar.gz jasper-client-ad6d08a338c5523c2c1239e0a4721e45c4f4182b.zip | |
Removed restart in event of network failure
Diffstat (limited to 'boot')
| -rwxr-xr-x | boot/boot.py | 1 |
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==========" |
