'Bash/Pinger/Dual-IF-Ping.sh.example' updaten

This commit is contained in:
2020-06-05 01:25:29 +00:00
parent 48da245f9d
commit 81ca2a1d24

View File

@@ -1,5 +1,6 @@
#!/bin/bash
#Trigger form Cron
# Set Parameters
domoticzserverip='127.0.0.1:8080'
if1='<IP of first if>'
@@ -93,7 +94,3 @@ else
curl -s "http://"$domoticzserverip"/json.htm?type=command&param=switchlight&idx="$IDX2"&switchcmd=Off" 2>/dev/null 1>/dev/null
fi
fi
sleep 300
done