mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-09 16:01:46 +00:00
Make Travis happy; fixed formatting of return statements.
This commit is contained in:
parent
b3e3e080a9
commit
44dcb0d0a9
@ -92,10 +92,10 @@ _get_root() {
|
||||
|
||||
if _nederhost_rest GET "zones/${_domain}"; then
|
||||
if [ "${_code}" = "204" ]; then
|
||||
return 0;
|
||||
return 0
|
||||
fi
|
||||
else
|
||||
return 1;
|
||||
return 1
|
||||
fi
|
||||
p=$i
|
||||
i=$(_math "$i" + 1)
|
||||
|
Loading…
Reference in New Issue
Block a user