move restart msg to end of startup sequence

Signed-off-by: Vladimir Mandic <mandic00@live.com>
pull/4341/head
Vladimir Mandic 2025-10-25 15:45:19 -04:00
parent dd5c91ba43
commit 1569a3fe17
1 changed files with 1 additions and 2 deletions

View File

@ -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: