mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-04-29 19:12:45 +00:00
allowed using varaibles in deploy file
This commit is contained in:
parent
b6a6e67d04
commit
98aaff68f4
@ -223,6 +223,7 @@ _export_envs() {
|
||||
|
||||
IFS=$(printf '\n')
|
||||
echo "$_env_list" | yq e -r 'to_entries | .[] | .key + "=" + .value' | while IFS='=' read -r _key _value; do
|
||||
_value=$(eval echo "$_value")
|
||||
_savedomainconf "$_key" "$_value"
|
||||
_secure_debug3 "Saved $_key" "$_value"
|
||||
done
|
||||
|
Loading…
x
Reference in New Issue
Block a user