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

This commit is contained in:
hausthy
2021-02-05 17:10:45 +08:00
committed by Gitee
parent f78d2e8a09
commit 199ad8c7b4

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"