diff options
author | Christian Franke <nobody@nowhere.ws> | 2011-04-08 07:41:29 +0200 |
---|---|---|
committer | Christian Franke <nobody@nowhere.ws> | 2011-04-08 07:41:29 +0200 |
commit | f8d5b891ca9c5901c63585e697c86ae641a315bd (patch) | |
tree | 2e66b32cfbc76eec2986ae7065a8e17f05079752 /scripts/dachcam | |
parent | b5c52bd131c498ffbcac676814769440bdf3326a (diff) |
Do not load dachcam jpg for now (sends me a mail every time the script is run)
Diffstat (limited to 'scripts/dachcam')
-rwxr-xr-x | scripts/dachcam | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/dachcam b/scripts/dachcam index 78b4f93..e55adcf 100755 --- a/scripts/dachcam +++ b/scripts/dachcam @@ -1,5 +1,7 @@ #!/bin/bash +exit 0 # The cam is temporarily down. + URL="http://172.22.83.12/webcam/webcam.png" # This actually is a jpeg... NAME="dach" |