mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-10-31 19:41:45 +00:00
fix format
This commit is contained in:
parent
1041c9f9fc
commit
a995333081
2
acme.sh
2
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'"
|
||||||
|
Loading…
Reference in New Issue
Block a user