sync_databases_between_mysql_installations.sh: some minor changes..

This commit is contained in:
Christoph 2023-08-08 23:52:37 +02:00
parent fb7d55954a
commit 56d3456813

View File

@ -310,7 +310,7 @@ if $_got_mysql_databases ; then
"
echononl "continue anyway [yes/no]: "
echononl "\n continue anyway [yes/no]: "
read OK
OK=${OK,,}
while [[ "$OK" != "yes" ]] && [[ "$OK" != "no" ]] ; do