diff options
author | Florian <florianraemisch@web.de> | 2012-09-18 12:46:47 +0200 |
---|---|---|
committer | Florian <florianraemisch@web.de> | 2012-09-18 12:46:47 +0200 |
commit | 05d7a7d4460fd96ebe74caef52ff16b952bd5b7d (patch) | |
tree | c42710b61de41e8d59adfd5aafd63b754360f6c8 | |
parent | 52aaf0f2a7350f123f362120a00f9310ef75f28d (diff) |
changed to new webcam
-rwxr-xr-x | scripts/rackcam | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/rackcam b/scripts/rackcam index 5e3908e..bddf6ac 100755 --- a/scripts/rackcam +++ b/scripts/rackcam @@ -1,7 +1,7 @@ #!/bin/bash -URL="http://taifun.local.sublab.org/webcam.jpg" -NAME="rack" +URL="http://http://172.22.80.36:8080/?action=snapshot" +NAME="street" TIMESTAMP="yes" |