prevent whitespace splitting

This commit is contained in:
David Schramm 2023-04-02 17:30:47 +02:00
parent 3b06fa6523
commit a570fda1cb
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
}