mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-23 14:56:07 +08:00
修复默认定时表达式
This commit is contained in:
parent
870e90fc2a
commit
90fd845169
|
@ -145,6 +145,7 @@ Random_Pull_Cron() {
|
|||
[[ $tmp -lt 24 ]] && RanHourArray[i]=$tmp || break
|
||||
done
|
||||
|
||||
RanHour=${RanHourArray[0]}
|
||||
for ((i = 1; i < ${#RanHourArray[*]}; i++)); do
|
||||
RanHour="$RanHour,${RanHourArray[i]}"
|
||||
done
|
||||
|
|
Loading…
Reference in New Issue
Block a user