diff options
-rw-r--r-- | UPDATING | 2 | ||||
-rw-r--r-- | www/nextcloud/files/pkg-message.in | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -15,7 +15,7 @@ you update your ports collection, before attempting any port upgrades. a patch for the default installation can be applied with: # cd /usr/local/www/nextcloud - # su -m www -c "php ./occ config:import < /usr/local/share/nextcloud/fix-apps_paths.json + # su -m www -c "php ./occ config:import < /usr/local/share/nextcloud/fix-apps_paths.json" 20180401: AFFECTS: users of mail/dovecot and mail/dovecot-pigeonhole diff --git a/www/nextcloud/files/pkg-message.in b/www/nextcloud/files/pkg-message.in index 9fe75476f32f..549914a506e0 100644 --- a/www/nextcloud/files/pkg-message.in +++ b/www/nextcloud/files/pkg-message.in @@ -44,6 +44,6 @@ add an additional entry to the "apps-paths" array in config/config.php 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 + su -m www -c "php ./occ config:import < %%DATADIR%%/fix-apps_paths.json" !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |