mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
config files are named X.yml, not X.conf
This commit is contained in:
parent
7e032cc6ad
commit
8031c8fa4a
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ else
|
|||
exit 1
|
||||
fi
|
||||
|
||||
WORKER_REF=`echo $CONF_FILE | sed s/.conf//`
|
||||
WORKER_REF=`echo $CONF_FILE | sed s/.yml//`
|
||||
LOG_FILE="$APP_ROOT/log/$WORKER_REF.log"
|
||||
LOCK_FILE="/tmp/$WORKER_REF.monit-lock"
|
||||
PID_FILE="/var/run/engineyard/sidekiq/$APP/$WORKER_REF.pid"
|
||||
|
|
Loading…
Add table
Reference in a new issue