www-apps/gitlab-ce:

fixed init script for gitlab-ce-8.13.3

Package-Manager: portage-2.3.0
This commit is contained in:
Manuel Friedli 2016-11-04 15:52:01 +01:00
parent 0338a499f9
commit 33f074a459
4 changed files with 17 additions and 9 deletions

View file

@ -52,11 +52,13 @@ stop() {
check() {
ebegin "Running sanity checks for ${name}"
${check_command} ${check_command_aregs1}
cd /opt/gitlab
${check_command} ${check_command_args1}
eend $?
${check_command} ${check_command_aregs2}
${check_command} ${check_command_args2}
eend$?
eend $?
}

View file

@ -129,11 +129,13 @@ restartsidekiq() {
check() {
ebegin "Running sanity checks for ${name}"
${check_command} ${check_command_aregs1}
cd /opt/gitlab
${check_command} ${check_command_args1}
eend $?
${check_command} ${check_command_aregs2}
${check_command} ${check_command_args2}
eend$?
eend $?
}