1
0
mirror of https://github.com/CMiksche/gitea-auto-update synced 2025-12-10 16:07:23 +01:00

removed comment from debuging.

This commit is contained in:
Eideen
2019-05-19 12:10:26 +02:00
committed by GitHub
parent 6efbb06125
commit f16583749f

View File

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