install_mysql.sh: fix error if parallel installation.
This commit is contained in:
parent
0147f74352
commit
35f8fc7345
@ -245,7 +245,7 @@ fi
|
|||||||
|
|
||||||
if [[ -n "$(which mysqld)" ]] ; then
|
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!"
|
fatal "Found binary '$(which mysqld)', but you are not in update mode!"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user