mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-16 15:47:58 +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);
|
||||
|
||||
$oDB->query('update import_status set indexed = true');
|
||||
}
|
||||
|
||||
if ($aResult['update-address-levels']) {
|
||||
|
||||
Reference in New Issue
Block a user