From 7c6887eaaf812b63bab6c5e134f80a2ef36aeb31 Mon Sep 17 00:00:00 2001 From: fishsoupisgood Date: Tue, 12 Jan 2021 16:58:31 +0000 Subject: works --- heating-cgi/run_boiler_rx | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 heating-cgi/run_boiler_rx (limited to 'heating-cgi/run_boiler_rx') diff --git a/heating-cgi/run_boiler_rx b/heating-cgi/run_boiler_rx new file mode 100755 index 0000000..c607ab3 --- /dev/null +++ b/heating-cgi/run_boiler_rx @@ -0,0 +1,6 @@ +#!/bin/sh + +while true; do +/usr/local/sbin/boiler_rx "$@" +sleep 30 +done -- cgit v1.2.3