mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-07 15:12:10 +08:00
deploy gcore_cdn fix syntax
This commit is contained in:
@@ -74,7 +74,7 @@ gcore_cdn_deploy() {
|
|||||||
_debug _response "$_response"
|
_debug _response "$_response"
|
||||||
_regex="\"primary_resource\":null},"
|
_regex="\"primary_resource\":null},"
|
||||||
_debug _regex "$_regex"
|
_debug _regex "$_regex"
|
||||||
_response=$(echo "$_response" | sed 's/$_regex/$_regex\n/g')
|
_response=$(echo "$_response" | sed "s/$_regex/$_regex\n/g")
|
||||||
_debug _response "$_response"
|
_debug _response "$_response"
|
||||||
_regex="^.*\"cname\":\"$_cdomain\".*$"
|
_regex="^.*\"cname\":\"$_cdomain\".*$"
|
||||||
_debug _regex "$_regex"
|
_debug _regex "$_regex"
|
||||||
|
|||||||
Reference in New Issue
Block a user