mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-07-06 13:05:18 +02:00
making shellcheck happy
This commit is contained in:
+1
-1
@@ -275,7 +275,7 @@ fi
|
|||||||
# revoke certificate by user request
|
# revoke certificate by user request
|
||||||
if [[ "${1:-}" = "revoke" ]]; then
|
if [[ "${1:-}" = "revoke" ]]; then
|
||||||
if [[ -z "{2:-}" ]] || [[ ! -f "${2}" ]]; 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
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user