Skip to content

Commit

Permalink
Merge pull request #2753 from nobbs/fix_docker_deploy
Browse files Browse the repository at this point in the history
Fix error on docker deploy command with spaces.
  • Loading branch information
Neilpang committed Feb 25, 2020
2 parents b73b078 + 22f9a3b commit 12ad8d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acme.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 12ad8d5

Please sign in to comment.