Browse Source
Update dns_servercow.sh
fixed remaining issues from shellcheck
pull/1140/head
Jens
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
4 deletions
-
dnsapi/dns_servercow.sh
|
@ -140,7 +140,7 @@ _get_root() { |
|
|
|
|
|
|
|
|
p=$i |
|
|
p=$i |
|
|
i=$(_math "$i" + 1) |
|
|
i=$(_math "$i" + 1) |
|
|
done; |
|
|
done |
|
|
|
|
|
|
|
|
return 1 |
|
|
return 1 |
|
|
} |
|
|
} |
|
|
xxxxxxxxxx