From 07f10e528b3d3f89e72682dedade1bdb1f780b54 Mon Sep 17 00:00:00 2001 From: Christian Franke Date: Sun, 9 Oct 2011 13:45:42 +0200 Subject: Call status bot from status script --- scripts/pingscript | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/pingscript b/scripts/pingscript index 1424eef..55e0b65 100755 --- a/scripts/pingscript +++ b/scripts/pingscript @@ -21,6 +21,9 @@ insertstatus() { apistatus() { [ -d "${WEBPATH}/public/api" ] || mkdir -p "${WEBPATH}/public/api" + if [ "`cat \"${WEBPATH}/public/api/status\" 2>/dev/null`" != "$1" ]; then + wget -q http://127.0.0.1:8042/send "--post-data=message=sublab status is now: $1" + fi echo $1 > "${WEBPATH}/public/api/status" } -- cgit v1.2.1