mirror of
https://git.proxmox.com/git/mirror_acme.sh
synced 2025-08-07 15:03:32 +00:00
fix format
This commit is contained in:
parent
958a2f4274
commit
1dffaba266
@ -89,10 +89,10 @@ _get_root() {
|
|||||||
do
|
do
|
||||||
case "${domain}" in
|
case "${domain}" in
|
||||||
*${ITEM}*)
|
*${ITEM}*)
|
||||||
_domain=${ITEM}
|
_domain=${ITEM}
|
||||||
_debug _domain "${_domain}"
|
_debug _domain "${_domain}"
|
||||||
return 0
|
return 0
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user