mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-03-12 05:44:06 +00:00
set import_status when indexing only
Makes sure that things work as expected when running `--import-osmosis --no-index` and `--index` separately. Fixes #1284.
This commit is contained in:
@@ -305,6 +305,8 @@ if ($aResult['index']) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
runWithEnv($sCmd, $aProcEnv);
|
runWithEnv($sCmd, $aProcEnv);
|
||||||
|
|
||||||
|
$oDB->query('update import_status set indexed = true');
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($aResult['update-address-levels']) {
|
if ($aResult['update-address-levels']) {
|
||||||
|
|||||||
Reference in New Issue
Block a user