1
0
Fork 0
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:
Seamus Abshere 2012-06-27 11:27:09 -05:00
parent 7e032cc6ad
commit 8031c8fa4a

View file

@ -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"