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:
-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