!108 解决docker1 设定下次运行docker_entrypoint.sh时间出错,导致docker无限重启的问题

Merge pull request !108 from hausthy/N/A
This commit is contained in:
lxk0301
2021-02-05 17:11:49 +08:00
committed by Gitee

View File

@ -108,7 +108,7 @@ echo "当前小时:${current_h}"
remainder_h=`expr $current_h % 8`
case $remainder_h in
case ${remainder_h} in
0) run_hour="0,8,16"
;;
1) run_hour="1,9,17"