Skip to content

Commit

Permalink
Merge pull request apache#7550 from mbien/nbi-no-updates
Browse files Browse the repository at this point in the history
NBI: disable update check again
  • Loading branch information
mbien authored Jul 8, 2024
2 parents 76e1f35 + ddf3678 commit cd0bb01
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ protected void initialize() {
removeUserdirCheckbox.doClick();
}

if (nbBasePresent) {
if (nbBasePresent && Boolean.getBoolean(CHECK_FOR_UPDATES_PROPERTY)) {
checkForUpdatesCheckbox.setSelected(true);
System.setProperty(CHECK_FOR_UPDATES_CHECKBOX_PROPERTY, Boolean.TRUE.toString());

Expand Down

0 comments on commit cd0bb01

Please sign in to comment.