1
0
mirror of https://github.com/hiskang/acme.sh synced 2025-06-12 10:26:09 +00:00
This commit is contained in:
neilpang 2017-01-17 22:01:36 +08:00
parent 32b3717c32
commit 0f21537f14

View File

@ -3371,7 +3371,7 @@ installcronjob() {
_err "Can not install cronjob, $PROJECT_ENTRY not found."
return 1
fi
_t=$(_time)
random_minute=$(_math $_t % 60)
if _exists uname && uname -a | grep SunOS >/dev/null; then