mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-09 22:44:54 +03:00
Remove set -o pipefail command from Flower start script
This commit is contained in:
parent
e3e57043df
commit
7294ae4ffc
|
@ -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