We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4210d4 commit 6d0f9bcCopy full SHA for 6d0f9bc
bin/ncp-update-nc.d/update-nc.sh
@@ -144,7 +144,7 @@ cp -raT nextcloud-old/themes/ nextcloud/themes/
144
145
# copy old NCP apps
146
####################
147
-for app in nextcloudpi previewgenerator; do
+for app in nextcloudpi previewgenerator notify_push; do
148
if [[ -d nextcloud-old/apps/"${app}" ]]; then
149
cp -r -L nextcloud-old/apps/"${app}" /var/www/nextcloud/apps/
150
fi
0 commit comments