解决docker下在0:00-0:59、16:00-16:59 启动时无限重启问题(set -e与expr冲突导致)

This commit is contained in:
God
2021-02-07 22:37:00 +08:00
committed by Gitee
parent df80c80ed5
commit de00866ec7

View File

@ -105,7 +105,7 @@ echo "当前分钟:${current_min}"
echo "当前小时:${current_h}"
remainder_h=`expr $current_h % 8`
remainder_h=`expr $current_h % 8` || echo
case ${remainder_h} in