Skip to content

Commit 6d0f9bc

Browse files
lovenemesistheCalcaholic
authored andcommitted
#2069: Apply fix for notify_push reinstall during Nextcloud updates
1 parent b4210d4 commit 6d0f9bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/ncp-update-nc.d/update-nc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ cp -raT nextcloud-old/themes/ nextcloud/themes/
144144

145145
# copy old NCP apps
146146
####################
147-
for app in nextcloudpi previewgenerator; do
147+
for app in nextcloudpi previewgenerator notify_push; do
148148
if [[ -d nextcloud-old/apps/"${app}" ]]; then
149149
cp -r -L nextcloud-old/apps/"${app}" /var/www/nextcloud/apps/
150150
fi

0 commit comments

Comments
 (0)