Skip to content

Commit

Permalink
for idaholab#237, work in progress for adding fully automated config …
Browse files Browse the repository at this point in the history
…(not done yet)
  • Loading branch information
mmguero committed Aug 23, 2023
1 parent ff11db4 commit c585999
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -897,7 +897,7 @@ def tweak_malcolm_runtime(self, malcolm_install_path):
autoFreq = InstallerYesOrNo('Perform string randomness scoring on some fields?', default=args.autoFreq)

openPortsSelection = (
'customize'
'c'
if (args.exposeLogstash or args.exposeOpenSearch or args.exposeFilebeatTcp or args.exposeSFTP)
else 'unset'
)
Expand Down Expand Up @@ -2943,7 +2943,7 @@ def main():
required=False,
metavar='<string>',
type=str,
default='myresolver',
default='',
help='External Docker network name (or leave blank for default networking)',
)

Expand Down

0 comments on commit c585999

Please sign in to comment.