mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 02:28:05 -07:00
Fix for avoiding "We can use mysqldump now"
This commit is contained in:
parent
b4dc63b72f
commit
7b498a7a3c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue