diff --git a/updates/1.53.1.sh b/updates/1.53.1.sh index 61346648..344027fd 100644 --- a/updates/1.53.1.sh +++ b/updates/1.53.1.sh @@ -9,4 +9,5 @@ mv /etc/apache2/sites-available/nextcloud.conf /etc/apache2/sites-available/001- a2ensite 001-nextcloud install_template systemd/notify_push.service.sh /etc/systemd/system/notify_push.service systemctl daemon-reload -bash -c "sleep 2 && systemctl reload apache2 && systemctl restart notify_push" \ No newline at end of file +systemctl restart notify_push +bash -c "sleep 2 && systemctl reload apache2" \ No newline at end of file