mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-10-31 19:41:45 +00:00
Even blank lines (with spaces) give Travis heartache. Sigh.
This commit is contained in:
parent
a18ce275ab
commit
10994d65be
@ -348,7 +348,7 @@ _freedns_data_id() {
|
|||||||
fi
|
fi
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
data_id="$(echo "$htmlpage" | tr -d "[:space:]" | sed 's/<tr>/@<tr>/g' | tr '@' '\n' \
|
data_id="$(echo "$htmlpage" | tr -d "[:space:]" | sed 's/<tr>/@<tr>/g' | tr '@' '\n' \
|
||||||
| grep "<td[a-zA-Z=#]*>$record_type</td>" \
|
| grep "<td[a-zA-Z=#]*>$record_type</td>" \
|
||||||
| grep "<ahref.*>$search_domain</a>" \
|
| grep "<ahref.*>$search_domain</a>" \
|
||||||
|
Loading…
Reference in New Issue
Block a user