Skip to content

Commit

Permalink
working on idaholab#266, Malcolm ISO should format bigger drives for …
Browse files Browse the repository at this point in the history
…index and artifact storage, NOT DONE YET
  • Loading branch information
mmguero committed Mar 20, 2024
1 parent 50df2b6 commit 1b18a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -943,7 +943,7 @@ def tweak_malcolm_runtime(self, malcolm_install_path):
zeekLogDirFull = os.path.realpath(zeekLogDirDefault)

if self.orchMode is OrchestrationFramework.DOCKER_COMPOSE:
if (not diskFormatInfo) or not InstallerYesOrNo(
if diskFormatInfo or not InstallerYesOrNo(
f'Store {"PCAP, log and index" if (malcolmProfile == PROFILE_MALCOLM) else "PCAP and log"} files in {malcolm_install_path}?',
default=not args.acceptDefaultsNonInteractive,
):
Expand Down

0 comments on commit 1b18a08

Please sign in to comment.