mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-15 19:07:58 +00:00
Merge pull request #1247 from mtmail/exit-with-error-code
settings.php: when printing error, also exit with error code
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<?php
|
||||
|
||||
echo "ERROR: Scripts must be run from build directory.\n";
|
||||
exit;
|
||||
exit(1);
|
||||
|
||||
Reference in New Issue
Block a user