diff --git a/dump_database.sh b/dump_database.sh index eec18e6..6aa6534 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