зеркало из https://github.com/mozilla/treeherder.git
Resolve log name conflict (with run_celery_worder) and fix bash syntax error
This commit is contained in:
Родитель
968fa002ee
Коммит
3fa8784f64
|
@ -14,9 +14,9 @@ else
|
|||
PYTHON=python
|
||||
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
|
||||
fi
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче