aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernard Spil <brnrd@FreeBSD.org>2018-04-05 16:21:24 +0800
committerBernard Spil <brnrd@FreeBSD.org>2018-04-05 16:21:24 +0800
commit1e6b771b72cfa3c4bfcca7cba3adc5d255bab4ee (patch)
tree7571f4fa8d33523499a131b06d75d8b330b12741
parentb83b47532b732c0678dca1604621e271e2acc375 (diff)
downloadfreebsd-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
-rw-r--r--UPDATING2
-rw-r--r--www/nextcloud/files/pkg-message.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/UPDATING b/UPDATING
index b4e262f2932e..0c19bfb8b3eb 100644
--- a/UPDATING
+++ b/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
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"
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!