]> git.openstreetmap.org Git - nominatim.git/blobdiff - utils/check_import_finished.php
FAQ addition when to rebuild nominatim.so
[nominatim.git] / utils / check_import_finished.php
index b81cace1702d3af50392d7682d56c3f11fbbe9ba..4529c69394b53c8cab1e50775c549fe516d942c5 100755 (executable)
@@ -28,7 +28,7 @@ function isReverseOnlyInstallation()
 
 
 echo 'Checking database got created ... ';
-if ($oDB->databaseExists()) {
+if ($oDB->checkConnection()) {
     $print_success();
 } else {
     $print_fail();