From: Brian Quinion Date: Thu, 19 Sep 2013 14:19:31 +0000 (+0100) Subject: Remove stray exit from debug X-Git-Tag: v2.2.0~19 X-Git-Url: https://git.openstreetmap.org/nominatim.git/commitdiff_plain/65ea0efe68fb52d0f591c964215866c9175adb6a Remove stray exit from debug --- diff --git a/utils/update.php b/utils/update.php index fd6acdbb..d8509b37 100755 --- a/utils/update.php +++ b/utils/update.php @@ -370,7 +370,6 @@ 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;