summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--command/verifyinstall.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/command/verifyinstall.php b/command/verifyinstall.php
index 73d82cace..31c700b17 100644
--- a/command/verifyinstall.php
+++ b/command/verifyinstall.php
@@ -70,11 +70,11 @@ class VerifyInstall extends Command {
$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);
} else {
$output->writeln('<info>Installation verified, everything OK!' .
'</info>');
}
- exit(1);
}
}