X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/357ba2f64d246706a9bbc7b41c4f1ffdba9f3b40..828da6a4254db001c05e3e3c2074dd791e33d8a5:/utils/check_import_finished.php diff --git a/utils/check_import_finished.php b/utils/check_import_finished.php index b81cace1..4529c693 100755 --- a/utils/check_import_finished.php +++ b/utils/check_import_finished.php @@ -28,7 +28,7 @@ function isReverseOnlyInstallation() echo 'Checking database got created ... '; -if ($oDB->databaseExists()) { +if ($oDB->checkConnection()) { $print_success(); } else { $print_fail();