Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloud-config-converter.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2018-10-25 17:51:24 +0300
committerMorris Jobke <hey@morrisjobke.de>2018-10-25 17:51:24 +0300
commit3c76e63ee5cbcfca7372427b8537f9ebcbc8695f (patch)
treee216fbaf40951dce28d994b60a8144ebc22ec774
parent6fe8f087be80c1c84d9cbe55752fa55ea9b83638 (diff)
Make it more verbose
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
-rwxr-xr-xupdateConfig.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/updateConfig.sh b/updateConfig.sh
index 105fa6b..de8fb0e 100755
--- a/updateConfig.sh
+++ b/updateConfig.sh
@@ -17,7 +17,7 @@ do
cd $currentDir
# download current version of config.sample.php
- curl -sS -o /tmp/config.sample.php https://raw.githubusercontent.com/nextcloud/server/$branch/config/config.sample.php
+ curl -o /tmp/config.sample.php https://raw.githubusercontent.com/nextcloud/server/$branch/config/config.sample.php
# use that to generate the documentation
php convert.php --input-file=/tmp/config.sample.php --output-file=/tmp/nextcloud-documentation/admin_manual/configuration_server/config_sample_php_parameters.rst