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
37e4f35c
Commit
37e4f35c
authored
Feb 04, 2024
by
neil
Browse files
fix format
parent
0084cb74
Changes
1
Hide whitespace changes
Inline
Side-by-side
acme.sh
View file @
37e4f35c
...
...
@@ -2526,7 +2526,7 @@ echo 'Content-Length\: $_content_len'; \
echo ''; \
printf '%s' '$content';" 2>"$_socaterr" &
serverproc="$!"
if [ -f "$_socaterr" ];
T
hen
if [ -f "$_socaterr" ];
t
hen
if grep "Permission denied" "$_socaterr" >/dev/null; then
_err "socat: $(cat $_socaterr)"
_err "Can not listen for user: $(whoami)"
...
...
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