diff options
author | Bernard Spil <brnrd@FreeBSD.org> | 2018-04-05 16:21:24 +0800 |
---|---|---|
committer | Bernard Spil <brnrd@FreeBSD.org> | 2018-04-05 16:21:24 +0800 |
commit | 1e6b771b72cfa3c4bfcca7cba3adc5d255bab4ee (patch) | |
tree | 7571f4fa8d33523499a131b06d75d8b330b12741 /UPDATING | |
parent | b83b47532b732c0678dca1604621e271e2acc375 (diff) | |
download | freebsd-ports-gnome-1e6b771b72cfa3c4bfcca7cba3adc5d255bab4ee.tar.gz freebsd-ports-gnome-1e6b771b72cfa3c4bfcca7cba3adc5d255bab4ee.tar.zst freebsd-ports-gnome-1e6b771b72cfa3c4bfcca7cba3adc5d255bab4ee.zip |
www/nextcloud: Fix missing quote in examples
Reported by: Frank Ebert
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 2 |
1 files changed, 1 insertions, 1 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 |