mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
Handle pipe failures
This commit is contained in:
1
dokku
1
dokku
@@ -1,5 +1,6 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
set -o pipefail
|
||||
export PLUGIN_PATH=${PLUGIN_PATH:="/var/lib/dokku/plugins"}
|
||||
case "$1" in
|
||||
receive)
|
||||
|
||||
Reference in New Issue
Block a user