mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-09 06:32:00 -03:30
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:
parent
5616129c46
commit
2d0af3bc4e
@ -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"
|
||||
Loading…
x
Reference in New Issue
Block a user