mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-26 11:34:00 +03:00
Remove set -o pipefail command from celeryworker start script
This commit is contained in:
parent
fe3f45ba7d
commit
e08b6ab6f8
|
@ -1,7 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
set -o errexit
|
||||
set -o pipefail
|
||||
set -o nounset
|
||||
set -o xtrace
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user