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
bd6bbba9
Commit
bd6bbba9
authored
Feb 04, 2024
by
neil
Browse files
remove socaterr temp file
parent
37e4f35c
Changes
1
Show whitespace changes
Inline
Side-by-side
acme.sh
View file @
bd6bbba9
...
@@ -2531,6 +2531,7 @@ printf '%s' '$content';" 2>"$_socaterr" &
...
@@ -2531,6 +2531,7 @@ printf '%s' '$content';" 2>"$_socaterr" &
_err "socat: $(cat $_socaterr)"
_err "socat: $(cat $_socaterr)"
_err "Can not listen for user: $(whoami)"
_err "Can not listen for user: $(whoami)"
_err "Maybe try with root again?"
_err "Maybe try with root again?"
rm -f "$_socaterr"
return 1
return 1
fi
fi
fi
fi
...
...
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