Merge pull request #2077 from nextcloud/fix/notify-push-reinstall

#2069: Apply fix for notify_push reinstall during Nextcloud updates
This commit is contained in:
Tobias Knöppler 2025-10-18 15:35:28 +00:00 committed by GitHub
commit c3bbd3bd11
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -144,7 +144,7 @@ cp -raT nextcloud-old/themes/ nextcloud/themes/
# copy old NCP apps
####################
for app in nextcloudpi previewgenerator; do
for app in nextcloudpi previewgenerator notify_push; do
if [[ -d nextcloud-old/apps/"${app}" ]]; then
cp -r -L nextcloud-old/apps/"${app}" /var/www/nextcloud/apps/
fi