mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-04 20:32:19 +08:00
fix format
This commit is contained in:
2
acme.sh
2
acme.sh
@@ -2526,7 +2526,7 @@ echo 'Content-Length\: $_content_len'; \
|
|||||||
echo ''; \
|
echo ''; \
|
||||||
printf '%s' '$content';" 2>"$_socaterr" &
|
printf '%s' '$content';" 2>"$_socaterr" &
|
||||||
serverproc="$!"
|
serverproc="$!"
|
||||||
if [ -f "$_socaterr" ]; Then
|
if [ -f "$_socaterr" ]; then
|
||||||
if grep "Permission denied" "$_socaterr" >/dev/null; then
|
if grep "Permission denied" "$_socaterr" >/dev/null; then
|
||||||
_err "socat: $(cat $_socaterr)"
|
_err "socat: $(cat $_socaterr)"
|
||||||
_err "Can not listen for user: $(whoami)"
|
_err "Can not listen for user: $(whoami)"
|
||||||
|
|||||||
Reference in New Issue
Block a user