1
0
mirror of https://github.com/plantroon/acme.sh.git synced 2025-01-21 03:46:55 +00:00

merge upstream

This commit is contained in:
David Schramm 2023-04-02 17:28:47 +02:00
commit 3b06fa6523

@ -2412,7 +2412,7 @@ _getdeployconf() {
return 0 # do nothing return 0 # do nothing
fi fi
_saved="$(_readdomainconf "SAVED_$_rac_key")" _saved="$(_readdomainconf "SAVED_$_rac_key")"
eval $_rac_key=\$_saved eval $_rac_key=\"$_saved\"
export $_rac_key export $_rac_key
} }