mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-11-22 21:28:10 +03: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:
commit
7665e5a035
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user