Remove set -o pipefail command from Flower start script

This commit is contained in:
Nikita P. Shupeyko 2018-05-28 12:49:20 +03:00
parent e3e57043df
commit 7294ae4ffc

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