Browse Source

remove socaterr temp file

pull/4987/head
neil 4 months ago
parent
commit
bd6bbba948
  1. 1
      acme.sh

1
acme.sh

@ -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

Loading…
Cancel
Save