summaryrefslogtreecommitdiffstats
path: root/command/verifyinstall.php
diff options
context:
space:
mode:
Diffstat (limited to 'command/verifyinstall.php')
-rw-r--r--command/verifyinstall.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/command/verifyinstall.php b/command/verifyinstall.php
index 31c700b17..991196655 100644
--- a/command/verifyinstall.php
+++ b/command/verifyinstall.php
@@ -68,9 +68,9 @@ class VerifyInstall extends Command {
'invalid or out of date appinfo/checksum.json ' .
'file.');
$output->writeln('Either way, please make sure that the contents ' .
- 'of the News app\'s directory match the contents ' .
- 'of the installed tarball.');
- exit(1);
+ 'of the News app\'s directory match the ' .
+ 'contents of the installed tarball.');
+ return 1;
} else {
$output->writeln('<info>Installation verified, everything OK!' .
'</info>');