From 5e3dabf51a9502fb8787fb9c5285e764e91eb0eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20M=C3=BCnch?= Date: Tue, 19 May 2020 13:21:26 +0000 Subject: [PATCH] only reload apache instead of restart --- update | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/update b/update index 6b60985..3b11666 100755 --- a/update +++ b/update @@ -9,5 +9,5 @@ echo "collecting static files ..." cd /home/willipink/coinmanager/coinmanager pipenv run python manage.py collectstatic --settings coinmanager.production_settings --no-input -echo "restarting apache ..." -sudo systemctl restart apache2 +echo "reloading apache ..." +sudo systemctl reload apache2