/home/pi/domoticz/scripts/skyhd_pause.sh contains:
Code: Select all
#!/bin/bash
sky-remote-cli 192.168.0.109 pause &
Code: Select all
sky-remote-cli 192.168.0.109 pause
However, I've created a dummy switch and entered script://skyhd_pause.sh in the On Action, the log file says:
2017-05-25 20:23:37.996 Executing script: /home/pi/domoticz/scripts/skyhd_pause.sh
But nothing happens, no error nothing.
What am I doing wrong?