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
7eb6bbe6
Unverified
Commit
7eb6bbe6
authored
Apr 03, 2023
by
neil
Committed by
GitHub
Apr 03, 2023
Browse files
Merge pull request #4579 from daschr/dev
Prevent whitespace splitting
parents
dcdbe2fb
a570fda1
Changes
1
Show whitespace changes
Inline
Side-by-side
acme.sh
View file @
7eb6bbe6
...
@@ -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