diff options
author | Florian <florianraemisch@web.de> | 2012-09-18 13:44:09 +0200 |
---|---|---|
committer | Florian <florianraemisch@web.de> | 2012-09-18 13:44:09 +0200 |
commit | abe69a8daea6bf9d4dac120688d8ddd38ed5aa68 (patch) | |
tree | 55a313b41a1c28adbd35a9122720e0d65bf3b2ba | |
parent | 07eab4838654c57de2281d63d3c5f515bedd19e6 (diff) |
fixed stupid typo
-rwxr-xr-x | scripts/rackcam | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/rackcam b/scripts/rackcam index bddf6ac..0430778 100755 --- a/scripts/rackcam +++ b/scripts/rackcam @@ -1,6 +1,6 @@ #!/bin/bash -URL="http://http://172.22.80.36:8080/?action=snapshot" +URL="http://172.22.80.36:8080/?action=snapshot" NAME="street" TIMESTAMP="yes" |