iankelling.org
/
git
/
vpn-setup
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b488c8
)
fix error in erro msg print
author
Ian Kelling
<iank@fsf.org>
Fri, 17 Apr 2020 23:32:02 +0000
(19:32 -0400)
committer
Ian Kelling
<iank@fsf.org>
Fri, 17 Apr 2020 23:32:02 +0000
(19:32 -0400)
client-cert-helper
patch
|
blob
|
history
diff --git
a/client-cert-helper
b/client-cert-helper
index a1708134bd1eaf59e7bb481f1fb831fc664280d2..6589c40b15f1f243a18d0b724afb18b7384b57b6 100755
(executable)
--- 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