mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-10 15:12:01 -03:30
nc-update-nc: ncp apps might not exist
Signed-off-by: nachoparker <nacho@ownyourbits.com>
This commit is contained in:
parent
7afdc0fe8d
commit
35c0d96d0b
@ -134,7 +134,11 @@ cp -raT nextcloud-old/themes/ nextcloud/themes/
|
||||
|
||||
# copy old NCP apps
|
||||
####################
|
||||
cp -r nextcloud-old/apps/{nextcloudpi,previewgenerator} /var/www/nextcloud/apps/
|
||||
for app in nextcloudpi previewgenerator; do
|
||||
if [[ -d nextcloud-old/apps/"${app}" ]]; then
|
||||
cp -r nextcloud-old/apps/"${app}" /var/www/nextcloud/apps/
|
||||
fi
|
||||
done
|
||||
|
||||
#false # test point
|
||||
|
||||
|
||||
@ -1,7 +1,9 @@
|
||||
|
||||
[v1.32.0](https://github.com/nextcloud/nextcloudpi/commit/3d6f3d4) (2020-11-24) upgrade to NC20.0.2
|
||||
[v1.32.1](https://github.com/nextcloud/nextcloudpi/commit/b507966) (2020-11-30) nc-update-nc: ncp apps might not exist
|
||||
|
||||
[v1.31.0](https://github.com/nextcloud/nextcloudpi/commit/ab9184c) (2020-10-19) upgrade to NC19.0.4
|
||||
[v1.32.0](https://github.com/nextcloud/nextcloudpi/commit/7afdc0f) (2020-11-24) upgrade to NC20.0.2
|
||||
|
||||
[v1.31.0 ](https://github.com/nextcloud/nextcloudpi/commit/ab9184c) (2020-10-19) upgrade to NC19.0.4
|
||||
|
||||
[v1.30.1 ](https://github.com/nextcloud/nextcloudpi/commit/9450613) (2020-10-20) nc-info: fixed api change for portchecker (#1194)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user