add space.

fix https://github.com/Neilpang/acme.sh/pull/2553
This commit is contained in:
neil 2019-10-24 09:19:18 +08:00
parent 288049dc95
commit 18ad01533b
1 changed files with 1 additions and 1 deletions

View File

@ -303,7 +303,7 @@ _freedns_domain_id() {
return 1
fi
domain_id="$(echo "$htmlpage" | tr -d "\t\r\n\v\f" | sed 's/<tr>/@<tr>/g' | tr '@' '\n' \
domain_id="$(echo "$htmlpage" | tr -d " \t\r\n\v\f" | sed 's/<tr>/@<tr>/g' | tr '@' '\n' \
| grep "<td>$search_domain</td>\|<td>$search_domain(.*)</td>" \
| sed -n 's/.*\(edit\.php?edit_domain_id=[0-9a-zA-Z]*\).*/\1/p' \
| cut -d = -f 2)"