mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-07 07:08:12 +08:00
Another Travis CI warning fixed.
This commit is contained in:
@@ -306,7 +306,7 @@ _freedns_domain_id() {
|
|||||||
domain_id="$(echo "$htmlpage" | tr -d "[:space:]" | sed 's/<tr>/@<tr>/g' | tr '@' '\n' \
|
domain_id="$(echo "$htmlpage" | tr -d "[:space:]" | sed 's/<tr>/@<tr>/g' | tr '@' '\n' \
|
||||||
| grep "<td>$search_domain</td>\|<td>$search_domain(.*)</td>" \
|
| grep "<td>$search_domain</td>\|<td>$search_domain(.*)</td>" \
|
||||||
| _egrep_o "edit\.php\?edit_domain_id=[0-9a-zA-Z]+" \
|
| _egrep_o "edit\.php\?edit_domain_id=[0-9a-zA-Z]+" \
|
||||||
| cut -d = -f 2 )"
|
| cut -d = -f 2)"
|
||||||
# The above beauty extracts domain ID from the html page...
|
# The above beauty extracts domain ID from the html page...
|
||||||
# strip out all blank space and new lines. Then insert newlines
|
# strip out all blank space and new lines. Then insert newlines
|
||||||
# before each table row <tr>
|
# before each table row <tr>
|
||||||
|
|||||||
Reference in New Issue
Block a user