From 75d25ad13600b61915d1b4f9dcd54b8392145c73 Mon Sep 17 00:00:00 2001 From: Kresten Laust Date: Sat, 14 Dec 2024 03:01:07 +0100 Subject: [PATCH] Update fabfile.py Co-authored-by: AshesOfEther <15670490+AshesOfEther@users.noreply.github.com> --- fabfile.py | 1 - 1 file changed, 1 deletion(-) diff --git a/fabfile.py b/fabfile.py index 8b075d75..9224e4a0 100644 --- a/fabfile.py +++ b/fabfile.py @@ -14,5 +14,4 @@ def deploy(): sudo("python manage.py collectstatic --noinput") sudo("python manage.py migrate") sudo("python manage.py reloadthemes database") - sudo("systemctl reload apache2.service") sudo("systemctl start stregsystem.socket")