From 44bd87951e02ed0ad387ed1254a5bf1399927973 Mon Sep 17 00:00:00 2001 From: thomas-333 <144368654+thomas-333@users.noreply.github.com> Date: Mon, 2 Sep 2024 10:17:10 +0100 Subject: [PATCH] Update apprise.conf Correct typo. "as" should read "has" --- config/action.d/apprise.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/action.d/apprise.conf b/config/action.d/apprise.conf index 37c42ea2..c6ce539a 100644 --- a/config/action.d/apprise.conf +++ b/config/action.d/apprise.conf @@ -10,7 +10,7 @@ # Notes.: command executed once at the start of Fail2Ban. # Values: CMD # -actionstart = printf %%b "The jail as been started successfully." | -t "[Fail2Ban] : started on `uname -n`" +actionstart = printf %%b "The jail has been started successfully." | -t "[Fail2Ban] : started on `uname -n`" # Option: actionstop # Notes.: command executed once at the end of Fail2Ban