From c34b9b437d4a7173190ea58e040a3ae76f7410d7 Mon Sep 17 00:00:00 2001 From: Ian Kelling Date: Fri, 17 Apr 2020 19:32:02 -0400 Subject: [PATCH] fix error in erro msg print --- client-cert-helper | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client-cert-helper b/client-cert-helper index a170813..6589c40 100755 --- a/client-cert-helper +++ b/client-cert-helper @@ -35,7 +35,7 @@ fi ### end section roughly copied from vpn-server-setup if [[ ! -e $cafile ]]; then - echo: error no cafile found at $cafile >/tmp/errors + echo error: no cafile found at $cafile >/tmp/errors exit 1 fi -- 2.30.2