mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-09 16:01:46 +00:00
Fix Syntax
This commit is contained in:
parent
bbf2a15f27
commit
e3c7fc8077
@ -56,7 +56,7 @@ gitlab_deploy() {
|
|||||||
|
|
||||||
string_fullchain=$(_url_encode <$_cfullchain)
|
string_fullchain=$(_url_encode <$_cfullchain)
|
||||||
string_key=$(_url_encode <$_ckey)
|
string_key=$(_url_encode <$_ckey)
|
||||||
|
|
||||||
body="certificate=$string_fullchain&key=$string_key"
|
body="certificate=$string_fullchain&key=$string_key"
|
||||||
|
|
||||||
export _H1="PRIVATE-TOKEN: $Le_Deploy_gitlab_token"
|
export _H1="PRIVATE-TOKEN: $Le_Deploy_gitlab_token"
|
||||||
|
Loading…
Reference in New Issue
Block a user