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:
Sarah Hoffmann 2018-11-26 14:53:11 +01:00 committed by GitHub
commit 7665e5a035
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);