mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-10 17:12:07 +08:00
minor
This commit is contained in:
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"
|
||||||
|
|||||||
Reference in New Issue
Block a user