Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
dc1f36da
Commit
dc1f36da
authored
Apr 01, 2023
by
David Schramm
Browse files
prevent whitespace splitting
parent
05dbd395
Changes
1
Hide whitespace changes
Inline
Side-by-side
acme.sh
View file @
dc1f36da
...
@@ -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