Skip to content
Snippets Groups Projects
Verified Commit 8252bb4e authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

cd to /var/www/html directory at the right place in the script

parent c44bca6e
No related branches found
No related tags found
1 merge request!21Resolve "Update nextcloud dependency charts to work with k8s 1.16"
......@@ -42,6 +42,8 @@ data:
# Debug: place the json file in a persistent location for reuse
cp /var/local/onlyoffice-config.json /var/www/html/
cp /var/local/social-login-config.json /var/www/html/
cd /var/www/html
{{- range .Values.apps }}
# -- Begin {{ .name }}
# Only install {{ .name }} if it's not installed already
......@@ -50,7 +52,6 @@ data:
fi
{{- if .enabled }}
# Enable {{ .name }} app
cd /var/www/html
php occ app:enable {{ .name }}
{{ end }} # -- end {{ .name }}
{{ end }} # end range {{ .Values.apps }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment