Skip to content
Snippets Groups Projects
Commit 93dccb72 authored by majjacz's avatar majjacz
Browse files

Changed forgotten unicorn to puma in the init script

parent ca244c35
No related branches found
No related tags found
1 merge request!3837Changed forgotten unicorn to puma in the init script
Loading
Loading
@@ -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."
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment