merge upstream

This commit is contained in:
David Schramm 2023-04-02 17:28:47 +02:00
commit 3b06fa6523
1 changed files with 1 additions and 1 deletions

View File

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