diff options
Diffstat (limited to 'bin/background_jobs')
-rwxr-xr-x | bin/background_jobs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/background_jobs b/bin/background_jobs index 5740539cb85..1f67d732949 100755 --- a/bin/background_jobs +++ b/bin/background_jobs @@ -27,7 +27,7 @@ restart() stop fi killall - start_sidekiq -d -L $sidekiq_logfile + start_sidekiq -d -L $sidekiq_logfile >> $sidekiq_logfile 2>&1 } start_no_deamonize() |