mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-03-06 18:14:16 +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
|
<?php
|
||||||
|
|
||||||
echo "ERROR: Scripts must be run from build directory.\n";
|
echo "ERROR: Scripts must be run from build directory.\n";
|
||||||
exit;
|
exit(1);
|
||||||
|
|||||||
Reference in New Issue
Block a user