mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-03-13 05:35:16 +01:00
making shellcheck happy
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user