Commit bd6bbba9 authored by neil's avatar neil
Browse files

remove socaterr temp file

parent 37e4f35c
...@@ -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
......
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