Skip to content

Commit

Permalink
Remove unwanted echo statement
Browse files Browse the repository at this point in the history
  • Loading branch information
savitaashture committed Sep 11, 2024
1 parent e100d86 commit 40e8f43
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion templates/load-scripts.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ set -e
{{- range $i, $prefix := index . 1 -}}
{{- range $path, $content := $global.Files.Glob "scripts/*.sh" }}
{{- $name := trimPrefix "scripts/" $path }}
echo "/scripts/{{ $name }}"
{{- if or ( hasPrefix $prefix $name ) ( hasPrefix "common" $name ) }}
printf '%s' "{{ $content | toString | b64enc }}" |base64 -d >"/scripts/{{ $name }}"
{{- end }}
Expand Down

0 comments on commit 40e8f43

Please sign in to comment.