mirror of https://github.com/vladmandic/automatic
move restart msg to end of startup sequence
Signed-off-by: Vladimir Mandic <mandic00@live.com>pull/4341/head
parent
dd5c91ba43
commit
1569a3fe17
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue