aboutsummaryrefslogtreecommitdiff
path: root/www/nextcloud/files/pkg-message.in
diff options
context:
space:
mode:
Diffstat (limited to 'www/nextcloud/files/pkg-message.in')
-rw-r--r--www/nextcloud/files/pkg-message.in21
1 files changed, 0 insertions, 21 deletions
diff --git a/www/nextcloud/files/pkg-message.in b/www/nextcloud/files/pkg-message.in
index 549914a506e0..a6a232968815 100644
--- a/www/nextcloud/files/pkg-message.in
+++ b/www/nextcloud/files/pkg-message.in
@@ -26,24 +26,3 @@ using command line:
cd %%WWWDIR%%
su -m www -c "php ./occ upgrade"
-!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
-
- /!\ NEXTCLOUD 13.0.1 UPDATE /!\
-
-The nextcloud 13.0.1 package changes the location of the bundled apps.
-After updating to 13.0.1 you MUST adapt your configuration. You MUST
-add an additional entry to the "apps-paths" array in config/config.php
-
- 1 =>
- array (
- 'path' => '%%WWWDIR%%/apps-pkg',
- 'url' => '/apps-pkg',
- 'writable' => false,
- ),
-
-For the default installation, the fix can be applied with:
-
- cd %%WWWDIR%%
- su -m www -c "php ./occ config:import < %%DATADIR%%/fix-apps_paths.json"
-
-!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!