X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/76082ac7cb9bfe4651eff27fbc87bfd93226285d..daf45a2993b893b8030aba0da2567e0e90dd31a3:/utils/check_import_finished.php?ds=inline 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();