This commit is contained in:
neilpang 2017-01-17 22:01:36 +08:00
parent 32b3717c32
commit 0f21537f14
1 changed files with 1 additions and 1 deletions

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