Skip to content

Commit

Permalink
forgot the colon in datadir cloning
Browse files Browse the repository at this point in the history
  • Loading branch information
edevosc2c committed Mar 22, 2024
1 parent e06f04b commit 5f17014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/_bootstrap-georchestra-datadir.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
mkdir -p /root/.ssh ;
cp /ssh-secret/ssh-privatekey /root/.ssh/id_rsa ;
chmod 0600 /root/.ssh/id_rsa ;
rm -Rf /etc/georchestra
rm -Rf /etc/georchestra ;
{{- end }}
if [ ! -f /etc/georchestra/default.properties ] ; then
git clone --depth 1 --single-branch {{ .Values.georchestra.datadir.git.url }} -b {{ .Values.georchestra.datadir.git.ref }} /etc/georchestra ;
Expand Down

0 comments on commit 5f17014

Please sign in to comment.