diff --git a/hanatool.sh b/hanatool.sh index 7ea6a78..e34ca50 100644 --- a/hanatool.sh +++ b/hanatool.sh @@ -247,7 +247,7 @@ case "$ACTION" in if [[ "$DRY_RUN" == "true" ]]; then echo "[DRY RUN] Would execute hdbsql: \"$HDBSQL_PATH\" -U \"$USER_KEY\" \"$QUERY\"" else - "$HDBSQL_PATH" -U "$USER_KEY" "$QUERY" > /dev/null 2>&1 + "$HDBSQL_PATH" -U "$USER_KEY" "$QUERY" > /dev/null #2>&1 EXIT_CODE=$? fi