Commit 93dccb7298b59929d2a7e56479f867efeb66c61a
1 parent
ca244c35
Exists in
master
and in
4 other branches
Changed forgotten unicorn to puma in the init script
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
lib/support/init.d/gitlab
... | ... | @@ -89,7 +89,7 @@ status() { |
89 | 89 | cd $APP_ROOT |
90 | 90 | check_pid |
91 | 91 | if [ "$PID" -ne 0 -a "$STATUS" -ne 0 ]; then |
92 | - echo "$DESC / Unicorn with PID $PID is running." | |
92 | + echo "$DESC / Puma with PID $PID is running." | |
93 | 93 | echo "$DESC / Sidekiq with PID $SPID is running." |
94 | 94 | else |
95 | 95 | echo "$DESC is not running." | ... | ... |