From dd1a9c3de7c7605d90007b0757ce21d0bef55bd2 Mon Sep 17 00:00:00 2001 From: martin Date: Tue, 10 May 2011 20:19:39 -0400 Subject: [PATCH] -fix regression with show-recorder not starting. --- python_apps/show-recorder/install/recorder-daemontools.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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