Notify user of LOG_PATH upon completion (#2804)

Co-authored-by: jack <jack>
This commit is contained in:
Jack Desert 2024-11-14 21:56:54 -05:00 committed by GitHub
parent 040a6aba27
commit 591b8317ea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ class Installer:
raise exc_val
if not (missing_steps := self.post_install_check()):
log('Installation completed without any errors. You may now reboot.', fg='green')
log(f'Installation completed without any errors.\nLog files temporarily available at {storage["LOG_PATH"]}.\nYou may reboot when ready.\n', fg='green')
self.sync_log_to_install_medium()
return True
else: