remove socaterr temp file

pull/4987/head
neil 2024-02-04 12:27:06 +08:00
parent 37e4f35c93
commit bd6bbba948
1 changed files with 1 additions and 0 deletions

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