Skip to content

Commit

Permalink
remove socaterr temp file
Browse files Browse the repository at this point in the history
  • Loading branch information
neil committed Feb 4, 2024
1 parent 37e4f35 commit bd6bbba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions acme.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bd6bbba

Please sign in to comment.