diff options
-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 |