Use python 3 interpretor

This commit is contained in:
System Administrator 2020-09-10 01:28:57 +02:00 committed by Clément Fiere
parent 22aa2754ef
commit a631bdc443
No known key found for this signature in database
GPG key ID: C18A35586DEF7FF2

View file

@ -47,7 +47,7 @@ function rtsphelper_start()
return;
}
mwexec_bg('/usr/local/bin/python2.7 /usr/local/opnsense/scripts/net/rtsphelper/rtsphelper.py');
mwexec_bg('/usr/local/bin/python3 /usr/local/opnsense/scripts/net/rtsphelper/rtsphelper.py');
}
function rtsphelper_stop()