Commit 8d6443b2 authored by Yann Bizeul's avatar Yann Bizeul
Browse files

Fix Syntax

parent e3c7fc80
...@@ -54,8 +54,8 @@ gitlab_deploy() { ...@@ -54,8 +54,8 @@ gitlab_deploy() {
_savedomainconf Le_Deploy_gitlab_domain "$Le_Deploy_gitlab_domain" _savedomainconf Le_Deploy_gitlab_domain "$Le_Deploy_gitlab_domain"
fi fi
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"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment