fixed init script
This commit is contained in:
parent
126c2ebd2f
commit
821e718c8a
3 changed files with 6 additions and 28 deletions
|
@ -29,7 +29,7 @@ start() {
|
|||
--make-pidfile \
|
||||
--pidfile="${pidfile}" \
|
||||
--background \
|
||||
--startas /bin/bash -- -c "exec ${bundle_command} ${bundle_command_args} >> ${gitlab_ci_runner_logfile} 2>&1"
|
||||
--exec /bin/bash -- -c "exec ${bundle_command} ${bundle_command_args} >> ${gitlab_ci_runner_logfile} 2>&1"
|
||||
local success=$?
|
||||
if [ ${success}!=0 ] ; then
|
||||
eend ${success}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue