Commit 53413f12 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge pull request #3837 from majjacz/patch-1

Changed forgotten unicorn to puma in the init script
parents 0115d5a2 93dccb72
......@@ -89,7 +89,7 @@ status() {
cd $APP_ROOT
check_pid
if [ "$PID" -ne 0 -a "$STATUS" -ne 0 ]; then
echo "$DESC / Unicorn with PID $PID is running."
echo "$DESC / Puma with PID $PID is running."
echo "$DESC / Sidekiq with PID $SPID is running."
else
echo "$DESC is not running."
......
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