Skip to content

Commit

Permalink
updated server ip, shell script now more explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
grayb committed Mar 13, 2013
1 parent b6e6d16 commit fd87aef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/listen.py
Expand Up @@ -9,7 +9,7 @@
import urllib2

HOSTNAME = socket.gethostname()
SERVER_ENDPOINT = 'http://10.1.1.71/agent/report/'
SERVER_ENDPOINT = 'http://10.11.0.11/agent/report/'


def main_loop():
Expand Down
2 changes: 1 addition & 1 deletion scripts/listen_and_reboot.sh
@@ -1,4 +1,4 @@
#!/bin/bash
sleep 15
python ./listen.py
reboot
/sbin/reboot

0 comments on commit fd87aef

Please sign in to comment.