diff options
author | Florian <florianraemisch@web.de> | 2011-12-14 19:48:57 +0100 |
---|---|---|
committer | Christian Franke <nobody@nowhere.ws> | 2012-01-12 11:59:27 +0100 |
commit | d586a40ecabf96d5845b1c1b93f3d559d81176c4 (patch) | |
tree | 39ec8f3e631a25b27a9464a997789bd2aeb9fcd3 /scripts | |
parent | a646af4de6314440781496f3aeba1beb1729dd53 (diff) |
fixed bug in tempscript
Diffstat (limited to 'scripts')
-rwxr-xr-x[-rw-r--r--] | scripts/temperaturescript.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/temperaturescript.sh b/scripts/temperaturescript.sh index 1e38473..9112e87 100644..100755 --- a/scripts/temperaturescript.sh +++ b/scripts/temperaturescript.sh @@ -1,9 +1,9 @@ #/bin/bash #script to fetch latest temperature graph and resize it. -. settings URL="http://taifun.local.sublab.org/temperature/temp-2hour.png" +WEBPATH=../ wget ${URL} -O ${WEBPATH}/public/img/buffer.tempgraph.png &> /dev/null || exit 1 |