1
0
mirror of https://github.com/hiskaNG/acme.sh.git synced 2026-08-20 12:52:56 +00:00
This commit is contained in:
neilpang
2017-01-17 22:01:36 +08:00
parent 32b3717c32
commit 0f21537f14
+1 -1
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