install_mysql.sh: fix error if parallel installation.

This commit is contained in:
Christoph 2019-01-15 16:18:32 +00:00
parent 0147f74352
commit 35f8fc7345

View File

@ -245,7 +245,7 @@ fi
if [[ -n "$(which mysqld)" ]] ; then
if $PARALLEL_INSTALLATION && ! $UPDATE_MYSQL ; then
if ! $PARALLEL_INSTALLATION && ! $UPDATE_MYSQL ; then
fatal "Found binary '$(which mysqld)', but you are not in update mode!"
fi