diff --git a/commands/run.sh b/commands/run.sh index 7865da6f..f1ef2c80 100755 --- a/commands/run.sh +++ b/commands/run.sh @@ -12,7 +12,7 @@ pull_retries="$(plugin_read_config PULL_RETRIES "0")" expand_headers_on_error() { echo "^^^ +++" } -trap cleanup ERR +trap expand_headers_on_error ERR test -f "$override_file" && rm "$override_file"