From b890525173fedb6fb54ce8bf28b8f39fe1cc4175 Mon Sep 17 00:00:00 2001 From: Christoph Date: Thu, 16 Jan 2025 17:58:43 +0100 Subject: [PATCH] dump_database.sh: fix error getting commandline valiues for mysql credentials. --- dump_database.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dump_database.sh b/dump_database.sh index 3164e7a..0baf833 100755 --- a/dump_database.sh +++ b/dump_database.sh @@ -505,7 +505,7 @@ fi # ---------- echononl " Read Commandline Parameter.." -while getopts bd:f:hs: opt ; do +while getopts bc:d:f:hs: opt ; do case $opt in b) BATCH_MODE=true NON_INTERACTIVE_MODE=true