remove socaterr temp file

This commit is contained in:
neil 2024-02-04 12:27:06 +08:00
parent 37e4f35c93
commit bd6bbba948

View File

@ -2531,6 +2531,7 @@ printf '%s' '$content';" 2>"$_socaterr" &
_err "socat: $(cat $_socaterr)"
_err "Can not listen for user: $(whoami)"
_err "Maybe try with root again?"
rm -f "$_socaterr"
return 1
fi
fi