mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-04 20:32:19 +08:00
fix format
This commit is contained in:
@@ -189,7 +189,7 @@ _get_root() {
|
||||
if [ -z "$h" ]; then
|
||||
return 1
|
||||
fi
|
||||
i=$(_math $i + 1)
|
||||
i=$(_math "$i" + 1)
|
||||
done
|
||||
_debug "no matching domain for $domain found"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user