Unverified Commit 12ad8d52 authored by neil's avatar neil Committed by GitHub
Browse files

Merge pull request #2753 from nobbs/fix_docker_deploy

Fix error on docker deploy command with spaces.
parents b73b0787 22f9a3b4
......@@ -2166,7 +2166,7 @@ _getdeployconf() {
return 0 # do nothing
fi
_saved=$(_readdomainconf "SAVED_$_rac_key")
eval "export $_rac_key=$_saved"
eval "export $_rac_key=\"$_saved\""
}
#_saveaccountconf key value base64encode
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment