MT#62763 Fix shellcheck issues

Warned-by: shellcheck
Change-Id: I77fb42a54db668e4627db454f94455fcec75a222
mr13.4
Guillem Jover 8 months ago
parent 99a0f33c83
commit 9bf6a7e713

@ -51,7 +51,8 @@ if [ ! -r "${CFG_FILE}" ] ; then
echo "ERROR: Can not read the configuration file" >&2
my_exit 1
fi
source "${CFG_FILE}"
# shellcheck disable=SC1090
source "${CFG_FILE}"
# Defining MySQL client connection parameters
OPTS=(--defaults-extra-file="${PWD_FILE}" -h"${MY_DBHOST}" -s -N -e)

Loading…
Cancel
Save