-fix regression with show-recorder not starting.

This commit is contained in:
martin 2011-05-10 20:19:39 -04:00
parent 06f51aa78a
commit dd1a9c3de7

View file

@ -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