diff --git a/scripts/install.py b/scripts/install.py index a94510afa..5136a5d72 100755 --- a/scripts/install.py +++ b/scripts/install.py @@ -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, ):