mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-03-11 05:14:07 +00:00
fix verboseness of nominiatim script during updates
This commit is contained in:
@@ -82,6 +82,12 @@ if (!is_null(CONST_Osm2pgsql_Flatnode_File) && CONST_Osm2pgsql_Flatnode_File) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
$sIndexCmd = CONST_BasePath.'/nominatim/nominatim.py';
|
$sIndexCmd = CONST_BasePath.'/nominatim/nominatim.py';
|
||||||
|
if (!$aResult['quiet']) {
|
||||||
|
$sIndexCmd .= ' -v';
|
||||||
|
}
|
||||||
|
if ($aResult['verbose']) {
|
||||||
|
$sIndexCmd .= ' -v';
|
||||||
|
}
|
||||||
|
|
||||||
if ($aResult['init-updates']) {
|
if ($aResult['init-updates']) {
|
||||||
// sanity check that the replication URL is correct
|
// sanity check that the replication URL is correct
|
||||||
|
|||||||
Reference in New Issue
Block a user