2019-01-05

This commit is contained in:
monlor
2019-01-05 22:28:26 +08:00
parent 2c25efd65d
commit da1ae87fad
12 changed files with 5 additions and 6 deletions

View File

@@ -19,7 +19,7 @@ if [ "$result" == 0 ]; then
fi
logsh "【Tools】" "检查定时任务配置"
cru a monitor "*/5 * * * * ${mbroot}/scripts/monitor.sh"
cru a monitor "*/3 * * * * ${mbroot}/scripts/monitor.sh"
logsh "【Tools】" "检查工具箱开机启动配置"
result=$(cat /etc/firewall.user 2> /dev/null | grep init.sh | wc -l)