1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

Merge branch 'master' of github.com:mperham/sidekiq

This commit is contained in:
Mike Perham 2013-06-07 21:15:57 -07:00
commit 1192b36554

View file

@ -61,7 +61,7 @@ stop() {
status() {
ps -ef | grep 'sidekiq [0-9].[0-9].[0-9]' | grep -v grep
ps -ef | egrep 'sidekiq [0-9]+.[0-9]+.[0-9]+' | grep -v grep
return $?
}