Commit 068dcefc authored by Robert Speicher's avatar Robert Speicher

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

Fix init script for Reply by email

See merge request !1202
parents 57570877 02e7b00a
...@@ -288,7 +288,7 @@ print_status() { ...@@ -288,7 +288,7 @@ print_status() {
fi fi
if [ "$mail_room_enabled" = true ]; then if [ "$mail_room_enabled" = true ]; then
if [ "$mail_room_status" = "0" ]; 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 else
printf "The GitLab MailRoom email processor is \033[31mnot running\033[0m.\n" printf "The GitLab MailRoom email processor is \033[31mnot running\033[0m.\n"
fi fi
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment