Notify user of LOG_PATH upon completion (#2804)
Co-authored-by: jack <jack>
This commit is contained in:
parent
040a6aba27
commit
591b8317ea
|
|
@ -111,7 +111,7 @@ class Installer:
|
||||||
raise exc_val
|
raise exc_val
|
||||||
|
|
||||||
if not (missing_steps := self.post_install_check()):
|
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()
|
self.sync_log_to_install_medium()
|
||||||
return True
|
return True
|
||||||
else:
|
else:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue