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:
commit
1192b36554
1 changed files with 1 additions and 1 deletions
|
@ -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 $?
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue