mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-09 06:32:00 -03:30
#2069: Apply fix for notify_push reinstall during Nextcloud updates
This commit is contained in:
parent
b4210d4ee9
commit
6d0f9bc790
@ -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