From e82d0a1ae67b62456265bd02dad54df98411312f Mon Sep 17 00:00:00 2001 From: chris Date: Sat, 30 May 2020 13:08:08 +0200 Subject: [PATCH] rename first db try to 1 --- wait-for-db.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wait-for-db.php b/wait-for-db.php index aec9ce2..5cbb1a8 100644 --- a/wait-for-db.php +++ b/wait-for-db.php @@ -9,7 +9,7 @@ $conn = mysqli_connect( ); $counter = 10; -$count = 0; +$count = 1; while (!$conn) { echo("Waiting for Database... $count / $counter\n"); sleep(2);