i tried to use the script, but in my case i have to call a shell script with arguments an that doesnt work.
instead of
“sh monitor_on.sh”
i have to call
“smart_fritz_terminal.sh 1 on”
an that give everytem this error: smart_fritz_terminal.sh: 82: smart_fritz_terminal.sh: Syntax error: redirection unexpected
I have no expierience with python scripting.
Have anyone suggestions for an solution?