Update file run_onchange_after_5-log-config.tmpl
This commit is contained in:
parent
3b0d4b6b8e
commit
0c55b948f0
1 changed files with 6 additions and 1 deletions
|
@ -1,6 +1,11 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# home directories: {{ output ("ls" "-1" .host.homeParentFolder) }}
|
{{ $homeDirs := (output "find" .host.homeParentFolder "-mindepth" "1" "-maxdepth" "1" "-type" "d") -}}
|
||||||
|
{{- range $homeDir := splitList "\n" $homeDirs -}}
|
||||||
|
{{- if ne $homeDir "" -}}
|
||||||
|
# home dir: {{ $homeDir }}
|
||||||
|
{{ end -}}
|
||||||
|
{{- end }}
|
||||||
|
|
||||||
{{ includeTemplate "universal/profile" }}
|
{{ includeTemplate "universal/profile" }}
|
||||||
{{ includeTemplate "universal/logg" }}
|
{{ includeTemplate "universal/logg" }}
|
||||||
|
|
Loading…
Reference in a new issue