From f16583749fc65072e1c0c24193452c29d1ecc084 Mon Sep 17 00:00:00 2001 From: Eideen Date: Sun, 19 May 2019 12:10:26 +0200 Subject: [PATCH] removed comment from debuging. --- updater.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/updater.py b/updater.py index f532601..3508711 100644 --- a/updater.py +++ b/updater.py @@ -62,7 +62,7 @@ if github_version > current_version: # Stop systemd service print ("new version available, stopping service") - #os.system("systemctl stop gitea.service") + os.system("systemctl stop gitea.service") # Should the new version be build from source? if settings.build_from_source: