rename first db try to 1
dockers/pixelfed/pipeline/head This commit looks good Details

This commit is contained in:
chris 2020-05-30 13:08:08 +02:00
parent dc51e0ebae
commit e82d0a1ae6
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ $conn = mysqli_connect(
);
$counter = 10;
$count = 0;
$count = 1;
while (!$conn) {
echo("Waiting for Database... $count / $counter\n");
sleep(2);