1
0
mirror of https://github.com/hiskaNG/acme.sh.git synced 2026-08-25 23:21:38 +00:00

Update dns_servercow.sh

fixed remaining issues from shellcheck
This commit is contained in:
Jens
2017-12-09 20:18:05 +01:00
committed by GitHub
parent 1c9b19833c
commit 8101aceab5
+1 -1
View File
@@ -140,7 +140,7 @@ _get_root() {
p=$i p=$i
i=$(_math "$i" + 1) i=$(_math "$i" + 1)
done; done
return 1 return 1
} }