2
0
mirror of https://github.com/acmesh-official/acme.sh synced 2025-08-30 22:05:34 +00:00

Merge pull request #2868 from acmesh-official/reason

fix format
This commit is contained in:
neil
2020-04-18 22:35:27 +08:00
committed by GitHub

View File

@@ -6950,7 +6950,7 @@ _process() {
_notify_mode="$_nmode"
shift
;;
--revoke-reason)
--revoke-reason)
_revoke_reason="$2"
if _startswith "$_revoke_reason" "-"; then
_err "'$_revoke_reason' is not a integer for '$1'"