]> git.openstreetmap.org Git - nominatim.git/commit
make setup.php fail early on missing osm-file
authorsprengm <sprengm@ethz.ch>
Fri, 24 Aug 2012 15:55:19 +0000 (17:55 +0200)
committersprengm <sprengm@ethz.ch>
Sat, 25 Aug 2012 08:00:46 +0000 (10:00 +0200)
commit7ff1395b96317bdc28a8dffd2351a4d9368e218a
treec20315f3867539301620c8bdda3452c7e723967b
parent55d3f5a4b96ecb69d22c15a6f78ea09c73cfd2ed
make setup.php fail early on missing osm-file

make setup.php fail early if:
  - no osm-file argument was supplied for --all or --import-data
  - the supplied osm-file is not existing or not readable (file permissions)
utils/setup.php