dump_database.sh: fix error getting commandline valiues for mysql credentials.

This commit is contained in:
Christoph 2025-01-16 17:58:43 +01:00
parent 2ae83440cb
commit b890525173

View File

@ -505,7 +505,7 @@ fi
# ---------- # ----------
echononl " Read Commandline Parameter.." echononl " Read Commandline Parameter.."
while getopts bd:f:hs: opt ; do while getopts bc:d:f:hs: opt ; do
case $opt in case $opt in
b) BATCH_MODE=true b) BATCH_MODE=true
NON_INTERACTIVE_MODE=true NON_INTERACTIVE_MODE=true