dump_database.sh: fix error getting commandline valiues for mysql credentials.
This commit is contained in:
parent
2ae83440cb
commit
b890525173
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user