Skip to content

Commit

Permalink
WIP: test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jkonecny12 committed Oct 16, 2024
1 parent 645d5bf commit 9c6c635
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions anaconda.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ def exitHandler(rebootData):
else: # reboot action is KS_REBOOT or None
util.execWithRedirect("systemctl", ["--no-wall", "reboot"], do_preexec=False)

log.debug("Exiting Anaconda: still running threads: %s", thread_manager.running)


def parse_arguments(argv=None, boot_cmdline=None):
"""Parse command line/boot options and arguments.
Expand Down

0 comments on commit 9c6c635

Please sign in to comment.