mirror of
https://github.com/opnsense/plugins.git
synced 2026-06-09 00:42:34 -04:00
Use python 3 interpretor
This commit is contained in:
parent
22aa2754ef
commit
a631bdc443
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in a new issue