changeset 818 | 12346be3ec3d |
parent 812 | 68060328e9c6 |
child 834 | a46dc188d2ce |
--- a/install/install-cli.php Fri Jan 16 13:14:08 2009 -0500 +++ b/install/install-cli.php Fri Jan 23 21:59:03 2009 -0500 @@ -17,5 +17,7 @@ * Thanks to Stephan for helping out with l10n in the installer (his work is in includes/stages/*.php). */ -require(dirname(__FILE__) . '/includes/cli-core.php'); +echo "INSTALLER STARTED\n"; +$result = require(dirname(__FILE__) . '/includes/cli-core.php'); +exit( $result ? 0 : 1 );