mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-09 16:01:46 +00:00
World4You Bugfix unable to parse paketnr
This commit is contained in:
parent
44615c6fa2
commit
48b2a271cc
@ -185,7 +185,8 @@ _get_paketnr() {
|
||||
fi
|
||||
|
||||
TLD="$domain"
|
||||
_debug domain "$domain"
|
||||
RECORD=$(echo "$fqdn" | cut -c"1-$((${#fqdn} - ${#TLD} - 1))")
|
||||
PAKETNR=$(echo "$form" | grep "data-textfilter=\" $domain " | _head_n 1 | sed 's/^.* \([0-9]*\) .*$/\1/')
|
||||
PAKETNR=$(echo "$form" | grep "data-textfilter=\".* $domain " | _head_n 1 | sed 's/^.* \([0-9]*\) .*$/\1/')
|
||||
return 0
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user