neil 2023-04-02 12:04:58 +08:00
parent 05dbd395e6
commit dcdbe2fbb8
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
}