www/nextcloud: Fix missing quote in examples
Reported by: Frank Ebert
This commit is contained in:
2
UPDATING
2
UPDATING
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
|
||||
Reference in New Issue
Block a user