From f5f4c6082077e552a10cba523b97627f0e250cbd Mon Sep 17 00:00:00 2001 From: vladmandic Date: Sat, 10 Jan 2026 20:50:48 +0100 Subject: [PATCH] recommend restart on update Signed-off-by: vladmandic --- installer.py | 1 + 1 file changed, 1 insertion(+) diff --git a/installer.py b/installer.py index 274936739..ff7fc88cf 100644 --- a/installer.py +++ b/installer.py @@ -1644,6 +1644,7 @@ def check_version(reset=True): # pylint: disable=unused-argument # git('git stash pop') ver = git('log -1 --pretty=format:"%h %ad"') log.info(f'Repository upgraded: {ver}') + log.warning('Server restart is recommended to apply changes') if ver == latest: # double check restart() except Exception: