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

View File

@@ -1,4 +1,4 @@
<?php
echo "ERROR: Scripts must be run from build directory.\n";
exit;
exit(1);