1
0
mirror of https://github.com/hiskaNG/acme.sh.git synced 2026-08-11 16:33:02 +00:00

fix format

This commit is contained in:
neilpang
2016-12-06 15:18:02 +08:00
parent 21f201e371
commit c0d0100ca8
+1 -1
View File
@@ -101,7 +101,7 @@ dns_cf_rm() {
_err "Error"
return 1
fi
count=$(printf "%s\n" "$response" | _egrep_o "\"count\":[^,]*" | cut -d : -f 2)
_debug count "$count"
if [ "$count" = "0" ]; then