mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-12-25 14:41:40 +00:00
add more info
This commit is contained in:
parent
48f02fb61b
commit
fb2029e717
4
acme.sh
4
acme.sh
@ -2749,7 +2749,7 @@ _deactivate() {
|
|||||||
_debug entry "$entry"
|
_debug entry "$entry"
|
||||||
|
|
||||||
if [ -z "$entry" ] ; then
|
if [ -z "$entry" ] ; then
|
||||||
_info "No valid entry found."
|
_info "No more valid entry found."
|
||||||
break
|
break
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@ -2773,6 +2773,8 @@ _deactivate() {
|
|||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
_info "Deactivate: $_vtype success."
|
||||||
|
|
||||||
done
|
done
|
||||||
_debug "$_d_i"
|
_debug "$_d_i"
|
||||||
if [ "$_d_i" -lt "$_d_max_retry" ] ; then
|
if [ "$_d_i" -lt "$_d_max_retry" ] ; then
|
||||||
|
Loading…
Reference in New Issue
Block a user