Skip to content

Commit

Permalink
Update message
Browse files Browse the repository at this point in the history
  • Loading branch information
cherylking committed Aug 17, 2023
1 parent 8f6c227 commit 4e30a48
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1849,8 +1849,8 @@ public void restartServer(boolean buildContainer) throws PluginExecutionExceptio
// Also skip install feature on restart if config parameter specified.
if (!container && !skipInstallFeature) {
libertyInstallFeature();
} else {
info("Skipping liberty:install-feature");
} else if (skipInstallFeature) {
info("Skipping installation of features due to skipInstallFeature configuration.");
}
libertyDeploy();
startServer(buildContainer, false);
Expand Down

0 comments on commit 4e30a48

Please sign in to comment.