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>2015-02-20 02:05:00 +0300
committerMorris Jobke <hey@morrisjobke.de>2015-02-20 02:05:00 +0300
commitd6ca86cc72506d0a70db3de05b124270a1a081e2 (patch)
tree2b807ae6089cbfcb285ff29de1ef6ce3d0c1df57
parentf14a16d8c327c24df9951eacd5414bd340b48914 (diff)
use stable8 branch of core for master branch of documentation
-rwxr-xr-xupdateConfig.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/updateConfig.sh b/updateConfig.sh
index 2bfe357..0c8c881 100755
--- a/updateConfig.sh
+++ b/updateConfig.sh
@@ -16,6 +16,10 @@ do
git checkout -q $branch
cd $currentDir
+ if [[ $branch == 'master' ]]; then
+ branch=stable8
+ fi
+
# download current version of config.sample.php
curl -sS -o /tmp/config.sample.php https://raw.githubusercontent.com/owncloud/core/$branch/config/config.sample.php