-fix regression with show-recorder not starting.
This commit is contained in:
parent
06f51aa78a
commit
dd1a9c3de7
@ -17,7 +17,7 @@ exec 2>&1
|
||||
export PYTHONPATH=${api_client_path}
|
||||
#su ${recorder_user} -c "python -u ${recorder_path}${recorder_script}"
|
||||
|
||||
setuidgid ${recorder_user} ${recorder_path}${recorder_script}
|
||||
setuidgid ${recorder_user} python -u ${recorder_path}${recorder_script}
|
||||
|
||||
|
||||
# EOF
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user