X-Git-Url: https://git.openstreetmap.org/nominatim.git/blobdiff_plain/2979c396288f58957a732755aa5b7fe0ab9d3abc..55c8a0ac08ee4b7e6b385deccba5e21186e7dfd1:/utils/update.php diff --git a/utils/update.php b/utils/update.php index 033c3019..c1dc2ab9 100644 --- a/utils/update.php +++ b/utils/update.php @@ -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