1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00

www/nextcloud: Fix missing quote in examples

Reported by:	Frank Ebert
This commit is contained in:
Bernard Spil 2018-04-05 08:21:24 +00:00
parent b83b47532b
commit 1e6b771b72
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=466540
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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"
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!