-fix regression with show-recorder not starting.
This commit is contained in:
parent
06f51aa78a
commit
dd1a9c3de7
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue