mirror of
https://github.com/vladmandic/automatic
synced 2026-09-20 01:31:13 +02:00
move restart msg to end of startup sequence
Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
@@ -297,10 +297,9 @@ def main():
|
||||
installer.log.info(f'Installer time: {init_summary()}')
|
||||
get_custom_args()
|
||||
|
||||
uv, instance = start_server(immediate=True, server=None)
|
||||
if installer.restart_required:
|
||||
installer.log.warning('Restart is recommended due to packages updates...')
|
||||
|
||||
uv, instance = start_server(immediate=True, server=None)
|
||||
t_server = time.time()
|
||||
t_monitor = time.time()
|
||||
while True:
|
||||
|
||||
Reference in New Issue
Block a user