www-apps/gitlab-ce:
fixed init script for gitlab-ce-8.13.3 Package-Manager: portage-2.3.0
This commit is contained in:
parent
0338a499f9
commit
33f074a459
4 changed files with 17 additions and 9 deletions
|
@ -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 $?
|
||||
}
|
||||
|
|
|
@ -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 $?
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue