--- bin/background_jobs_sk.orig	2020-03-27 13:35:17 UTC
+++ bin/background_jobs_sk
@@ -14,7 +14,7 @@ warn()
 
 stop()
 {
-  bundle exec sidekiqctl stop $sidekiq_pidfile >> $sidekiq_logfile 2>&1
+  bundle exec sidekiqctl stop $sidekiq_pidfile >> $sidekiq_logfile 2>&1
 }
 
 restart()
@@ -42,7 +42,7 @@ start_sidekiq()
     cmd="${cmd} ${chpst} -P"
   fi
 
-  ${cmd} bundle exec sidekiq -C "${sidekiq_config}" -e $RAILS_ENV "$@"
+  ${cmd} bundle exec sidekiq -C "${sidekiq_config}" -e $RAILS_ENV "$@"
 }
 
 case "$1" in
