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