Changed forgotten unicorn to puma in the init script

This commit is contained in:
majjacz 2013-05-04 21:39:53 +02:00
parent ca244c35cc
commit 93dccb7298
1 changed files with 1 additions and 1 deletions

View File

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