Remove set -o pipefail command from celerybeat start script

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

View File

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