ops: Make install script wait longer for mysql to start

This commit is contained in:
wiz 2023-08-31 16:52:16 +09:00
parent e8d85613b4
commit 827b0f6ad1
No known key found for this signature in database
GPG Key ID: A394E332255A6173

View File

@ -1793,7 +1793,7 @@ case $OS in
esac
# wait for mysql to start
sleep 5
sleep 10
mysql << _EOF_
create database mempool;