DBZ-7644 Add JDBC connector to listing.sh in artefact server

This commit is contained in:
Jiri Novotny 2024-03-14 12:56:00 +01:00 committed by Jiří Novotný
parent 82b4038eb3
commit c27cc92256

View File

@ -1,6 +1,6 @@
#! /usr/bin/env bash #! /usr/bin/env bash
CONNECTORS="db2 mongodb mysql oracle postgres sqlserver" CONNECTORS="db2 mongodb mysql oracle postgres sqlserver jdbc"
OPTS=$(getopt -o d:o:c: --long dir:,output:,connectors: -n 'parse-options' -- "$@") OPTS=$(getopt -o d:o:c: --long dir:,output:,connectors: -n 'parse-options' -- "$@")
if [ $? != 0 ] ; then echo "Failed parsing options." >&2 ; exit 1 ; fi if [ $? != 0 ] ; then echo "Failed parsing options." >&2 ; exit 1 ; fi
eval set -- "$OPTS" eval set -- "$OPTS"