X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/76082ac7cb9bfe4651eff27fbc87bfd93226285d..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();