mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-07-04 23:24:11 +00:00
remove awk
This commit is contained in:
parent
86ca9a354c
commit
4b4debc86b
@ -207,7 +207,7 @@ dnsever_select_user_domain() {
|
|||||||
fulldomain="$1"
|
fulldomain="$1"
|
||||||
response="$2"
|
response="$2"
|
||||||
|
|
||||||
domains=$(printf "%s\n" "$response" | awk '/<SELECT name="user_domain"/,/<\/SELECT>/' | _egrep_o "<OPTION value=\".+\"" | cut -f2 -d= | tr -d \")
|
domains=$(printf "%s\n" "$response" | _egrep_o "<OPTION value=\".+\"" | cut -f2 -d= | tr -d \")
|
||||||
_debug domains "$domains"
|
_debug domains "$domains"
|
||||||
|
|
||||||
nmax=0
|
nmax=0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user