diff --git a/home/private_dot_ssh/endlessh/run_onchange_after_endlessh.tmpl b/home/private_dot_ssh/endlessh/run_onchange_after_endlessh.tmpl index bcab70ce..dc952e1b 100644 --- a/home/private_dot_ssh/endlessh/run_onchange_after_endlessh.tmpl +++ b/home/private_dot_ssh/endlessh/run_onchange_after_endlessh.tmpl @@ -1,4 +1,4 @@ -{{- if eq .host.distro.family "linux" }} +{{- if eq .host.distro.family "linux" -}} #!/usr/bin/env bash # endlessh config hash: {{ include (joinPath .host.home ".ssh" "endlessh" "config") | sha256sum }} diff --git a/home/private_dot_ssh/fail2ban/run_onchange_after_fail2ban.tmpl b/home/private_dot_ssh/fail2ban/run_onchange_after_fail2ban.tmpl index 49c4dbd0..fa853671 100644 --- a/home/private_dot_ssh/fail2ban/run_onchange_after_fail2ban.tmpl +++ b/home/private_dot_ssh/fail2ban/run_onchange_after_fail2ban.tmpl @@ -1,4 +1,4 @@ -{{- if eq .host.distro.family "linux" }} +{{- if eq .host.distro.family "linux" -}} #!/usr/bin/env bash # jail.local hash: {{ include (joinPath .host.home ".ssh" "fail2ban" "jail.local") | sha256sum }}