Skip to content

Commit

Permalink
Fix: main: do not try automatically to create ssh key pairs for user …
Browse files Browse the repository at this point in the history
…hacluster (bsc#1228899)
  • Loading branch information
nicholasyang2022 committed Aug 6, 2024
1 parent bda4d1e commit 20666c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crmsh/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,6 @@ def run():
if options.profile:
return profile_run(context, user_args)
else:
upgradeutil.upgrade_if_needed()
return main_input_loop(context, user_args)
except KeyboardInterrupt:
if config.core.debug:
Expand Down

0 comments on commit 20666c6

Please sign in to comment.