diff --git a/python_apps/show-recorder/install/recorder-daemontools.sh b/python_apps/show-recorder/install/recorder-daemontools.sh index 4190d1112..546f99a3e 100755 --- a/python_apps/show-recorder/install/recorder-daemontools.sh +++ b/python_apps/show-recorder/install/recorder-daemontools.sh @@ -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