updates/1.53.1.sh: Fix possible race condition

Signed-off-by: Tobias Knöppler <6317548+theCalcaholic@users.noreply.github.com>
This commit is contained in:
Tobias Knöppler 2024-02-01 00:14:27 +01:00
parent 5616129c46
commit 2d0af3bc4e
No known key found for this signature in database
GPG Key ID: 3510056072886A8F

View File

@ -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"
systemctl restart notify_push
bash -c "sleep 2 && systemctl reload apache2"