Commit 37e4f35c authored by neil's avatar neil
Browse files

fix format

parent 0084cb74
...@@ -2526,7 +2526,7 @@ echo 'Content-Length\: $_content_len'; \ ...@@ -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)"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment