X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/3ce8818045e23652a9cdef007c398627521f01fb..38c21de0ee17bb0eacd6cc8f0e1ed71cbee0b0c9:/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();