1
0
mirror of https://github.com/hiskang/acme.sh synced 2025-06-11 01:46:11 +00:00

remove awk

This commit is contained in:
hiska 2018-02-12 21:52:31 +09:00 committed by GitHub
parent 86ca9a354c
commit 4b4debc86b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -207,7 +207,7 @@ dnsever_select_user_domain() {
fulldomain="$1"
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"
nmax=0