Commit ead15632 authored by Lukas Schauer's avatar Lukas Schauer

making shellcheck happy

parent ea5b70a3
......@@ -275,7 +275,7 @@ fi
# revoke certificate by user request
if [[ "${1:-}" = "revoke" ]]; then
if [[ -z "{2:-}" ]] || [[ ! -f "${2}" ]]; then
echo usage: ${0} revoke path/to/cert.pem
echo "Usage: ${0} revoke path/to/cert.pem"
exit 1
fi
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment