Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
12ad8d52
Unverified
Commit
12ad8d52
authored
Feb 25, 2020
by
neil
Committed by
GitHub
Feb 25, 2020
Browse files
Merge pull request #2753 from nobbs/fix_docker_deploy
Fix error on docker deploy command with spaces.
parents
b73b0787
22f9a3b4
Changes
1
Show whitespace changes
Inline
Side-by-side
acme.sh
View file @
12ad8d52
...
@@ -2166,7 +2166,7 @@ _getdeployconf() {
...
@@ -2166,7 +2166,7 @@ _getdeployconf() {
return
0
# do nothing
return
0
# do nothing
fi
fi
_saved
=
$(
_readdomainconf
"SAVED_
$_rac_key
"
)
_saved
=
$(
_readdomainconf
"SAVED_
$_rac_key
"
)
eval
"export
$_rac_key
=
$_saved
"
eval
"export
$_rac_key
=
\"
$_saved
\"
"
}
}
#_saveaccountconf key value base64encode
#_saveaccountconf key value base64encode
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment