Resolve log name conflict (with run_celery_worder) and fix bash syntax error

This commit is contained in:
uberj 2014-05-30 16:29:41 -07:00
Родитель 968fa002ee
Коммит 3fa8784f64
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -14,9 +14,9 @@ else
PYTHON=python PYTHON=python
fi fi
LOGFILE=/var/log/celery/celery_worker.log LOGFILE=/var/log/celery/celery_worker_gevent.log
if [ !-f $LOGFILE ]; then if [ ! -f $LOGFILE ]; then
touch $LOGFILE touch $LOGFILE
fi fi