mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-11-26 13:27:52 +03:00
fix verboseness of nominiatim script during updates
This commit is contained in:
parent
3e4754febd
commit
a8711ab013
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user