mirror of
https://github.com/anikeen-com/acme.sh.git
synced 2026-03-19 00:26:15 +00:00
Fix Syntax
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user