]> git.openstreetmap.org Git - nominatim.git/blobdiff - utils/update.php
Remove stray exit from debug
[nominatim.git] / utils / update.php
index fd6acdbbfd69d0497655cb7d1bd240c379ade4fa..d8509b37fe440648f31b4400103c63e0a874ccd3 100755 (executable)
                        echo "Error: Update interval too low for download.geofabrik.de.  Please check install documentation (http://wiki.openstreetmap.org/wiki/Nominatim/Installation#Updates)\n";
                        exit;
                }
-exit;
 
                $sImportFile = CONST_BasePath.'/data/osmosischange.osc';
                $sOsmosisCMD = CONST_Osmosis_Binary;