#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 875e1b62bb
commit 0ed0ce065b

View File

@ -144,7 +144,7 @@ cp -raT nextcloud-old/themes/ nextcloud/themes/
# copy old NCP apps # 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 if [[ -d nextcloud-old/apps/"${app}" ]]; then
cp -r -L nextcloud-old/apps/"${app}" /var/www/nextcloud/apps/ cp -r -L nextcloud-old/apps/"${app}" /var/www/nextcloud/apps/
fi fi