From 92b22ec302e4280ba5813dfccf997f3ba2cebf3f Mon Sep 17 00:00:00 2001 From: m33m33 <m33@tok715.net> Date: Tue, 5 Jan 2021 09:06:42 +0100 Subject: [PATCH] corrected typo --- atomicorp_modsec_update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atomicorp_modsec_update.sh b/atomicorp_modsec_update.sh index f188d98..5748d8b 100644 --- a/atomicorp_modsec_update.sh +++ b/atomicorp_modsec_update.sh @@ -24,7 +24,7 @@ MODSECURITY_VERSION=2 # # Base64 encoded values here, just to avoid eye contact (no cryptography) # To setup your own user/pass value use the output of: -# "read value ; echo $value | base 64 ; unset value" (remember to escape special caracters) +# "read value ; echo $value | base64 ; unset value" (remember to escape special caracters) # ASL_USER=`echo REPLACE_ME | base64 -d` ASL_PASS=`echo REPLACE_ME | base64 -d` -- GitLab