#2069: Apply fix for notify_push reinstall during Nextcloud updates

This commit is contained in:
Tommy He 2025-09-20 16:43:09 +08:00 committed by Tobias Knöppler
parent b4210d4ee9
commit 6d0f9bc790

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