2019-12-16, 03:43 AM
(This post was last modified: 2019-12-16, 03:47 AM by mvallevand.)
Sorry I pasted the windows version for the opendct.sh instruction try this instead.
Martin
Code:
opendct=/var/opt/nextpvr/scripts/opendct.py
python3 $opendct STOP "$2"
python3 $opendct START "$2" $1 2>/dev/null
Martin