mirror of
https://github.com/hiskang/acme.sh
synced 2025-09-18 21:37:35 +00:00
fix deactivate return code
This commit is contained in:
parent
0407c4e0f7
commit
86c017ec9d
4
acme.sh
4
acme.sh
@ -2863,7 +2863,9 @@ deactivate() {
|
||||
if [ -z "$_d_dm" ] || [ "$_d_dm" = "$NO_VALUE" ] ; then
|
||||
continue
|
||||
fi
|
||||
_deactivate "$_d_dm" $_d_type
|
||||
if ! _deactivate "$_d_dm" $_d_type ; then
|
||||
return 1
|
||||
fi
|
||||
done
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user