Update init script status from Unicorn to Puma

This commit is contained in:
sagikazarmark
2013-04-22 23:20:25 +03:00
parent 28d4905bbc
commit 94f0f8e7f5

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