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 @@ protected function execute(InputInterface $input, OutputInterface $output) { $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('Installation verified, everything OK!' . ''); } - exit(1); } }