X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/30ead191463103fb4faceb52fc6fb4867bd41e18..c61b5219f9eeb48b09d5e74e1f5afc5a955682b9:/utils/update.php?ds=sidebyside diff --git a/utils/update.php b/utils/update.php index d91c8a76..2fa773fe 100644 --- a/utils/update.php +++ b/utils/update.php @@ -83,6 +83,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