mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-10 00:11:45 +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"
|
||||
|
||||
if [ -z "$entry" ] ; then
|
||||
_info "No valid entry found."
|
||||
_info "No more valid entry found."
|
||||
break
|
||||
fi
|
||||
|
||||
@ -2773,6 +2773,8 @@ _deactivate() {
|
||||
return 1
|
||||
fi
|
||||
|
||||
_info "Deactivate: $_vtype success."
|
||||
|
||||
done
|
||||
_debug "$_d_i"
|
||||
if [ "$_d_i" -lt "$_d_max_retry" ] ; then
|
||||
|
Loading…
Reference in New Issue
Block a user