Fix for avoiding "We can use mysqldump now"

This commit is contained in:
myvesta 2018-11-04 03:53:13 +01:00 committed by GitHub
commit 7b498a7a3c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -396,8 +396,8 @@ if [ ! -z "$DB_SYSTEM" ] && [ "$DB" != '*' ]; then
else
if [ "$WAIT_LOOP_ENTERED" -eq 1 ]; then
echo "We can use mysqldump now"
break
fi
break
fi
done