Skip to content

Commit

Permalink
Merge pull request #3936 from LibreSign/backport/3933/stable29
Browse files Browse the repository at this point in the history
[stable29] feat: write success after end of configure
  • Loading branch information
vitormattos authored Nov 13, 2024
2 parents e38e090 + 21904f3 commit 5ed6dcb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/Command/Install.php
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
$output->writeln('<error>--help to check the available options</error>');
return 1;
}
$output->writeln('Finished with success.');

return 0;
}
Expand Down
1 change: 1 addition & 0 deletions lib/Command/Uninstall.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
$output->writeln('<error>--help to check the available options</error>');
return 1;
}
$output->writeln('Finished with success.');
return 0;
}
}

0 comments on commit 5ed6dcb

Please sign in to comment.