feat(nextcloud): set default phone region (#3578)

* feat(nextcloud): set default phone region

* empty line
This commit is contained in:
Stavros Kois
2022-08-26 15:20:40 +02:00
committed by GitHub
parent f2b2fb590e
commit 6c5aa110ce
5 changed files with 37 additions and 1 deletions
@@ -117,6 +117,11 @@ command:
{{- end }}
php /var/www/html/occ config:system:set overwrite.cli.url --value='{{ $url }}'
# Set default phone region
{{- with .Values.nextcloud.default_phone_region | upper }}
php /var/www/html/occ config:system:set default_phone_region --value='{{ . }}'
{{- end }}
until $(curl --output /dev/null --silent --head --fail -H "Host: test.fakedomain.dns" http://127.0.0.1:7867/push/test/cookie); do
echo "High Performance Backend not running ... waiting..."
sleep 10