mirror of
https://github.com/hiskaNG/acme.sh.git
synced 2026-08-23 14:22:58 +00:00
remove awk
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user