sync_from_old_server.sh: fix error in case of mo MySQL database was requested for sync.
This commit is contained in:
parent
56d3456813
commit
47f6e3d046
@ -422,9 +422,11 @@ if [[ "$sync_mysql_databases" = "ALL" ]]; then
|
|||||||
else
|
else
|
||||||
echo_failed
|
echo_failed
|
||||||
fi
|
fi
|
||||||
else
|
elif [[ -n "$sync_mysql_databases" ]]; then
|
||||||
_mysql_databases_remote="$sync_mysql_databases"
|
_mysql_databases_remote="$sync_mysql_databases"
|
||||||
_got_mysql_databases=true
|
_got_mysql_databases=true
|
||||||
|
else
|
||||||
|
_got_mysql_databases=false
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if $_got_mysql_databases ; then
|
if $_got_mysql_databases ; then
|
||||||
|
Loading…
Reference in New Issue
Block a user