Merge pull request #2753 from nobbs/fix_docker_deploy

Fix error on docker deploy command with spaces.
This commit is contained in:
neil 2020-02-25 21:34:07 +08:00 committed by GitHub
commit 12ad8d52ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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