From 6dc7e6df9259c0d51cc83c5b24fe78843b87cba3 Mon Sep 17 00:00:00 2001 From: Rauno Moisto Date: Tue, 13 Jul 2021 15:17:52 +0300 Subject: [PATCH] fixed nextcloud file merge issue --- setup/nextcloud.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/nextcloud.sh b/setup/nextcloud.sh index 7a3868dd..4517e2b4 100755 --- a/setup/nextcloud.sh +++ b/setup/nextcloud.sh @@ -51,8 +51,8 @@ InstallNextcloud() { rm /tmp/contacts.tgz wget_verify https://github.com/nextcloud/calendar/releases/download/v$version_calendar/calendar.tar.gz $hash_calendar /tmp/calendar.tgz - tar xf /tmp/contacts.tgz -C /usr/local/lib/owncloud/apps/ - rm /tmp/contacts.tgz + tar xf /tmp/calendar.tgz -C /usr/local/lib/owncloud/apps/ + rm /tmp/calendar.tgz # Starting with Nextcloud 15, the app user_external is no longer included in Nextcloud core, # we will install from their github repository.