We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e4c46a commit e0d043bCopy full SHA for e0d043b
init/sysvinit/centos/gitlab-unicorn
@@ -33,7 +33,7 @@ SPID=$APP_PATH/tmp/pids/sidekiq.pid
33
SLOCK=/var/lock/subsys/sidekiq
34
35
# Evaluate the real path for the user (should already have RVM)
36
-PATH_PATCH="PATH=$(su $USER -l -c "echo \"\$PATH\"") && export PATH && "
+PATH_PATCH="PATH=$(su $USER -s /bin/bash -l -c "echo \"\$PATH\"") && export PATH && "
37
38
start() {
39
cd $APP_PATH
0 commit comments