Merge branch 'fix-reply-by-email-init' into 'master'

Fix init script for Reply by email

See merge request !1202
This commit is contained in:
Robert Speicher 2015-08-25 19:22:02 +00:00
commit 068dcefc86
1 changed files with 1 additions and 1 deletions

View File

@ -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