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