Hi, first of all I love this service. So thank you for building Triggercmd!
Below 2 of my several attempts to triggers 2 scripts (they work if I launch them via SSH or the Rasbian GUI). It seems form the Triggercmd dashboard that the commands are running when triggered, and the reboot and shutdown ones actually do what they are supposed to. However, I have no luck running any shell scripts. I've also moved them from desktop to the root folder, but it didn't help. What can that be? Is it an issue with the syntax?
[
{"trigger":"Reboot","command":"shutdown -r","ground":"background","voice":"reboot","allowParams": "false"},
{"trigger":"shutdown","command":"shutdown now","ground":"background","voice":"shutdown hours","allowParams": "false"},
{"trigger":"Change numbers","command":"\/root\/key_stroke.sh","ground":"background","voice":"change numbers","allowParams": "false"},
{"trigger":"Show hours","command":"\/root\/hours_launcher.sh","ground":"background","voice":"show hours","allowParams": "false"},
]
[
{"trigger":"Reboot","command":"shutdown -r","ground":"background","voice":"reboot","allowParams": "false"},
{"trigger":"shutdown","command":"shutdown now","ground":"background","voice":"shutdown hours","allowParams": "false"},
{"trigger":"Change numbers","command":"/root/key_stroke.sh","ground":"background","voice":"change numbers","allowParams": "false"},
{"trigger":"Show hours","command":"/root/hours_launcher.sh","ground":"background","voice":"show hours","allowParams": "false"},
]