Merge pull request #4579 from daschr/dev

Prevent whitespace splitting
This commit is contained in:
neil
2023-04-03 11:06:22 +08:00
committed by GitHub

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