mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-07-12 11:22:30 +00:00
fix format
This commit is contained in:
@ -89,10 +89,10 @@ _get_root() {
|
||||
do
|
||||
case "${domain}" in
|
||||
*${ITEM}*)
|
||||
_domain=${ITEM}
|
||||
_debug _domain "${_domain}"
|
||||
return 0
|
||||
;;
|
||||
_domain=${ITEM}
|
||||
_debug _domain "${_domain}"
|
||||
return 0
|
||||
;;
|
||||
esac
|
||||
done
|
||||
|
||||
|
Reference in New Issue
Block a user