mirror of
https://github.com/anikeen-com/acme.sh.git
synced 2026-03-17 15:46:13 +00: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