提交 574d8cc7 编写于 作者: J Jacob Vosmaer

Merge pull request #5012 from jeffb-bt/master

-i flag allows sudo to work for git users using rvm that is not being us...
......@@ -35,7 +35,7 @@ sidekiq_pid_path="$pid_path/sidekiq.pid"
# Switch to the app_user if it is not he/she who is running the script.
if [ "$USER" != "$app_user" ]; then
sudo -u "$app_user" -H $0 "$@"; exit;
sudo -u "$app_user" -H -i $0 "$@"; exit;
fi
# Switch to the gitlab path, if it fails exit with an error.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册