mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-10 15:12:01 -03:30
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:
commit
c3bbd3bd11
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user