]> git.openstreetmap.org Git - nominatim.git/blobdiff - utils/update.php
Merge pull request #1678 from lonvia/early-drop
[nominatim.git] / utils / update.php
index 033c3019aba939d75facd99c6e4b974d493c6d1a..c1dc2ab938c33886cf5cb8be6cd39b1b2c857e54 100644 (file)
@@ -82,6 +82,12 @@ if (!is_null(CONST_Osm2pgsql_Flatnode_File) && CONST_Osm2pgsql_Flatnode_File) {
 }
 
 $sIndexCmd = CONST_BasePath.'/nominatim/nominatim.py';
+if (!$aResult['quiet']) {
+    $sIndexCmd .= ' -v';
+}
+if ($aResult['verbose']) {
+    $sIndexCmd .= ' -v';
+}
 
 if ($aResult['init-updates']) {
     // sanity check that the replication URL is correct