2
0
mirror of https://github.com/acmesh-official/acme.sh synced 2025-09-01 14:55:26 +00:00

prevent whitespace splitting

This commit is contained in:
David Schramm
2023-04-01 09:25:19 +02:00
parent 05dbd395e6
commit dc1f36da43

View File

@@ -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
} }