summaryrefslogtreecommitdiffstats
path: root/radiator-plc
diff options
context:
space:
mode:
authorfishsoupisgood <github@madingley.org>2020-09-10 12:36:05 +0100
committerfishsoupisgood <github@madingley.org>2020-09-10 12:36:05 +0100
commitf4b573fe337a436d5e2b20be4be031d77376d609 (patch)
tree638b28e8ce4b2c934e07f814d11835cfb46f3b2c /radiator-plc
parent9d87c925a9eaa4fc256be3173c14a20d1469472d (diff)
downloadheating-f4b573fe337a436d5e2b20be4be031d77376d609.tar.gz
heating-f4b573fe337a436d5e2b20be4be031d77376d609.tar.bz2
heating-f4b573fe337a436d5e2b20be4be031d77376d609.zip
fish
Diffstat (limited to 'radiator-plc')
-rwxr-xr-xradiator-plc/mt300n-v2/usr/bin/run_mqtt_if2
1 files changed, 1 insertions, 1 deletions
diff --git a/radiator-plc/mt300n-v2/usr/bin/run_mqtt_if b/radiator-plc/mt300n-v2/usr/bin/run_mqtt_if
index 2c06f6b..17b5e08 100755
--- a/radiator-plc/mt300n-v2/usr/bin/run_mqtt_if
+++ b/radiator-plc/mt300n-v2/usr/bin/run_mqtt_if
@@ -1,6 +1,6 @@
#!/bin/sh
while true; do
- /usr/local/bin/mqtt_if.pl
+ /usr/bin/mqtt_if.pl
sleep 1
done