From 6856cdc43fa837263b2912d35ca20444903fce2c Mon Sep 17 00:00:00 2001 From: floris272 Date: Fri, 14 Nov 2025 18:15:50 +0100 Subject: [PATCH] :goal_net: [open-api-framework#188] add error catch --- bin/dump_data.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/dump_data.sh b/bin/dump_data.sh index 6f3229da..7d2bcf9e 100755 --- a/bin/dump_data.sh +++ b/bin/dump_data.sh @@ -14,7 +14,7 @@ # with --csv a csv dump can be created for all tables in the given components. The csv files will be generated in the temporary directory csv_dumps # and combined into a single TAR archive csv_dumps. -set -e +set -eou pipefail DEFAULT_APPS=(core) @@ -38,6 +38,7 @@ CSV=false SCHEMA=true DATA=true COMBINED=false +APPS=() for arg in "$@"; do case "$arg" in