Hello thank you for the adoption.
I´m not Expert. I´m a beginner.
I have the following Problem:
I have a bash script and when I run the script with Putty in the Terminal it works fine, but not with cinemavision .cvaction.
This is the script:
#!/bin/bash
echo -ne '\x02PON\x03' | tee | nc 192.168.188.52 1002
1) I write in the Terminal:
cd /downloads
2) Then I run the script in the Terminal with this Command:
bash -x skript.sh
And all works great!!!!
if I write: "cd /downloads/skript.sh" I get an error Message
The skript.sh is in downloads
In Cinemavision I can run a bash skript, but need to write the correct path. The "example.cvaction" can run the bash script.
My .cvaction is:
command:///storage/downloads/skript.sh
But this doesn´t work. Hope you can help me.