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
a570fda1
Commit
a570fda1
authored
Apr 02, 2023
by
David Schramm
Browse files
prevent whitespace splitting
parent
3b06fa65
Changes
1
Hide whitespace changes
Inline
Side-by-side
acme.sh
View file @
a570fda1
...
@@ -2412,7 +2412,7 @@ _getdeployconf() {
...
@@ -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
}
}
...
...
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