1
0
mirror of https://github.com/hiskang/acme.sh synced 2025-06-13 19:06:13 +00:00
This commit is contained in:
neil 2016-09-10 18:04:59 +08:00 committed by GitHub
parent b0070f03af
commit 7b16442656

View File

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