Browse Source

minor

pull/322/head
neil 8 years ago
committed by GitHub
parent
commit
7b16442656
  1. 1
      acme.sh

1
acme.sh

@ -797,6 +797,7 @@ _time() {
_mktemp() { _mktemp() {
if _exists mktemp ; then if _exists mktemp ; then
mktemp mktemp
return
fi fi
if [ -d "/tmp" ] ; then if [ -d "/tmp" ] ; then
echo "/tmp/${PROJECT_NAME}wefADf24sf.$(_time).tmp" echo "/tmp/${PROJECT_NAME}wefADf24sf.$(_time).tmp"

Loading…
Cancel
Save