diff options
-rwxr-xr-x | scripts/temperaturescript.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/temperaturescript.sh b/scripts/temperaturescript.sh index 9112e87..4186b27 100755 --- a/scripts/temperaturescript.sh +++ b/scripts/temperaturescript.sh @@ -9,7 +9,7 @@ wget ${URL} -O ${WEBPATH}/public/img/buffer.tempgraph.png &> /dev/null || exit 1 cp ${WEBPATH}/public/img/buffer.tempgraph.png ${WEBPATH}/public/img/buffer.thumb.tempgraph.png -mogrify -crop 800x400+70+41 -resize 200x50 ${WEBPATH}/public/img/buffer.thumb.tempgraph.png +mogrify -crop 800x400+70+41 -resize 200x50 -contrast ${WEBPATH}/public/img/buffer.thumb.tempgraph.png mv -f ${WEBPATH}/public/img/buffer.tempgraph.png ${WEBPATH}/public/img/tempgraph.png &> /dev/null |