From d586a40ecabf96d5845b1c1b93f3d559d81176c4 Mon Sep 17 00:00:00 2001 From: Florian Date: Wed, 14 Dec 2011 19:48:57 +0100 Subject: fixed bug in tempscript --- scripts/temperaturescript.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 scripts/temperaturescript.sh (limited to 'scripts') diff --git a/scripts/temperaturescript.sh b/scripts/temperaturescript.sh old mode 100644 new mode 100755 index 1e38473..9112e87 --- 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 -- cgit v1.2.1