mirror of
https://github.com/myvesta/vesta
synced 2025-08-19 13:01:52 -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
|
else
|
||||||
if [ "$WAIT_LOOP_ENTERED" -eq 1 ]; then
|
if [ "$WAIT_LOOP_ENTERED" -eq 1 ]; then
|
||||||
echo "We can use mysqldump now"
|
echo "We can use mysqldump now"
|
||||||
break
|
|
||||||
fi
|
fi
|
||||||
|
break
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue