From 0ed0ce065b184305056185ef39f3e760f5a5fdbc Mon Sep 17 00:00:00 2001 From: Tommy He Date: Sat, 20 Sep 2025 16:43:09 +0800 Subject: [PATCH] #2069: Apply fix for notify_push reinstall during Nextcloud updates --- bin/ncp-update-nc.d/update-nc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/ncp-update-nc.d/update-nc.sh b/bin/ncp-update-nc.d/update-nc.sh index ade4393e..5f057c9d 100755 --- a/bin/ncp-update-nc.d/update-nc.sh +++ b/bin/ncp-update-nc.d/update-nc.sh @@ -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