Remove set -o pipefail command from celeryworker start script

This commit is contained in:
Nikita P. Shupeyko 2018-05-28 12:50:37 +03:00
parent fe3f45ba7d
commit e08b6ab6f8

View File

@ -1,7 +1,6 @@
#!/bin/sh #!/bin/sh
set -o errexit set -o errexit
set -o pipefail
set -o nounset set -o nounset
set -o xtrace set -o xtrace