diff options
author | Robert Speicher <robert@gitlab.com> | 2015-08-25 19:22:02 +0000 |
---|---|---|
committer | Robert Speicher <robert@gitlab.com> | 2015-08-25 19:22:02 +0000 |
commit | 068dcefc8645c6abbcf1b7f6fa23ea49e526c501 (patch) | |
tree | 371f3b29f47dbf165bfd2bd133083895958c3e2e | |
parent | 575708776145f84107667d4880cc893d3e88ebd3 (diff) | |
parent | 02e7b00a54ebfebc51acab0a7f7e15adc93f4bb0 (diff) | |
download | gitlab-ce-068dcefc8645c6abbcf1b7f6fa23ea49e526c501.tar.gz |
Merge branch 'fix-reply-by-email-init' into 'master'
Fix init script for Reply by email
See merge request !1202
-rwxr-xr-x | lib/support/init.d/gitlab | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/support/init.d/gitlab b/lib/support/init.d/gitlab index 41a2f254db6..457bd31e23b 100755 --- a/lib/support/init.d/gitlab +++ b/lib/support/init.d/gitlab @@ -288,7 +288,7 @@ print_status() { fi if [ "$mail_room_enabled" = true ]; then if [ "$mail_room_status" = "0" ]; then - echo "The GitLab MailRoom email processor with pid $spid is running." + echo "The GitLab MailRoom email processor with pid $mpid is running." else printf "The GitLab MailRoom email processor is \033[31mnot running\033[0m.\n" fi |