From 827b0f6ad1c419e79d1a5cfa55b74b9c993a4748 Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 31 Aug 2023 16:52:16 +0900 Subject: [PATCH] ops: Make install script wait longer for mysql to start --- production/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/production/install b/production/install index 7ab1e657b..9761d2b33 100755 --- a/production/install +++ b/production/install @@ -1793,7 +1793,7 @@ case $OS in esac # wait for mysql to start -sleep 5 +sleep 10 mysql << _EOF_ create database mempool;