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:
parent
b83b47532b
commit
1e6b771b72
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=466540
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"
|
||||
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
|
Loading…
Reference in New Issue
Block a user