Browse Source
Merge pull request #2868 from acmesh-official/reason
fix format
pull/2870/head
neil
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
acme.sh
|
@ -6950,7 +6950,7 @@ _process() { |
|
|
_notify_mode="$_nmode" |
|
|
_notify_mode="$_nmode" |
|
|
shift |
|
|
shift |
|
|
;; |
|
|
;; |
|
|
--revoke-reason) |
|
|
|
|
|
|
|
|
--revoke-reason) |
|
|
_revoke_reason="$2" |
|
|
_revoke_reason="$2" |
|
|
if _startswith "$_revoke_reason" "-"; then |
|
|
if _startswith "$_revoke_reason" "-"; then |
|
|
_err "'$_revoke_reason' is not a integer for '$1'" |
|
|
_err "'$_revoke_reason' is not a integer for '$1'" |
|
|