From 46c721122f60175f6925c7c38d1fddab65063fc0 Mon Sep 17 00:00:00 2001 From: lgq <1015864684@qq.com> Date: 星期三, 16 七月 2025 17:11:34 +0800 Subject: [PATCH] 修改monitor.sh,增加start_snmpd服务停止 --- local/init.sh | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/local/init.sh b/local/init.sh index ed5543d..2460357 100755 --- a/local/init.sh +++ b/local/init.sh @@ -80,6 +80,6 @@ pontime=`date '+%Y/%m/%d %H:%M:%S: '` echo "$pontime 绯荤粺寮�鏈�" >> $powerLog -$monitor & +sh $monitor & $checkRoute & -buzzer 1 10 +buzzer 1 100 -- Gitblit v1.9.3