Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
neilpang committed Oct 25, 2019
1 parent d04c6dd commit 2a28772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dnsapi/dns_freedns.sh
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ _freedns_data_id() {
return 1
fi

data_id="$(echo "$htmlpage" | tr -d "\t\r\n\v\f" | sed 's/<tr>/@<tr>/g' | tr '@' '\n' \
data_id="$(echo "$htmlpage" | tr -d " \t\r\n\v\f" | sed 's/<tr>/@<tr>/g' | tr '@' '\n' \
| grep "<td[a-zA-Z=#]*>$record_type</td>" \
| grep "<ahref.*>$search_domain</a>" \
| sed -n 's/.*\(edit\.php?data_id=[0-9a-zA-Z]*\).*/\1/p' \
Expand Down

0 comments on commit 2a28772

Please sign in to comment.