From 0842e2fa2a314a0844ac8e313248229726bda0d7 Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Wed, 1 Feb 2023 20:44:47 +0000 Subject: [PATCH] Update file run_onchange_after_fail2ban.tmpl --- home/private_dot_ssh/fail2ban/run_onchange_after_fail2ban.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 5e1e2755..49c4dbd0 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 ne .host.distro.family "windows" }} +{{- if eq .host.distro.family "linux" }} #!/usr/bin/env bash # jail.local hash: {{ include (joinPath .host.home ".ssh" "fail2ban" "jail.local") | sha256sum }}