CC-3428: liquidsoap seems to have troubles with this file
-update path so that media-monitor finds our liquidsoap first instead of system's
This commit is contained in:
parent
e5e468e0e9
commit
c71fb37c74
|
@ -15,6 +15,7 @@ cd ${media_monitor_path}
|
||||||
exec 2>&1
|
exec 2>&1
|
||||||
|
|
||||||
export PYTHONPATH=${api_client_path}
|
export PYTHONPATH=${api_client_path}
|
||||||
|
export PATH=/usr/lib/airtime/pypo/bin/liquidsoap_bin/:$PATH
|
||||||
|
|
||||||
# Note the -u when calling python! we need it to get unbuffered binary stdout and stderr
|
# Note the -u when calling python! we need it to get unbuffered binary stdout and stderr
|
||||||
exec python -u ${media_monitor_path}${media_monitor_script} > /var/log/airtime/media-monitor/py-interpreter.log 2>&1
|
exec python -u ${media_monitor_path}${media_monitor_script} > /var/log/airtime/media-monitor/py-interpreter.log 2>&1
|
||||||
|
|
Loading…
Reference in New Issue