mirror of
https://github.com/osm-search/Nominatim.git
synced 2025-01-03 18:38:12 +03:00
don't exit during osmosis setup
This commit is contained in:
parent
7dbbc43a85
commit
6db3b2328d
@ -510,7 +510,6 @@
|
|||||||
pg_query($oDB->connection, 'TRUNCATE import_status');
|
pg_query($oDB->connection, 'TRUNCATE import_status');
|
||||||
$sSQL = "INSERT INTO import_status VALUES('".$aRepMatch[2]."')";
|
$sSQL = "INSERT INTO import_status VALUES('".$aRepMatch[2]."')";
|
||||||
pg_query($oDB->connection, $sSQL);
|
pg_query($oDB->connection, $sSQL);
|
||||||
exit;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($aCMDResult['index'] || $aCMDResult['all'])
|
if ($aCMDResult['index'] || $aCMDResult['all'])
|
||||||
|
Loading…
Reference in New Issue
Block a user