fix format

pull/4987/head
neil 2024-02-04 12:21:50 +08:00
parent 0084cb7403
commit 37e4f35c93
1 changed files with 1 additions and 1 deletions

View File

@ -2526,7 +2526,7 @@ echo 'Content-Length\: $_content_len'; \
echo ''; \
printf '%s' '$content';" 2>"$_socaterr" &
serverproc="$!"
if [ -f "$_socaterr" ]; Then
if [ -f "$_socaterr" ]; then
if grep "Permission denied" "$_socaterr" >/dev/null; then
_err "socat: $(cat $_socaterr)"
_err "Can not listen for user: $(whoami)"