diff options
Diffstat (limited to 'bin/background_jobs_sk')
-rwxr-xr-x | bin/background_jobs_sk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/background_jobs_sk b/bin/background_jobs_sk index fb7de0a6180..0aab69126b2 100755 --- a/bin/background_jobs_sk +++ b/bin/background_jobs_sk @@ -36,7 +36,7 @@ start_silent() start_sidekiq() { cmd="exec" - chpst=$(which chpst) + chpst=$(command -v chpst) if [ -n "$chpst" ]; then cmd="${cmd} ${chpst} -P" |