From ed3addd28fdcd9b302e1a34f1ef051636c7e618b Mon Sep 17 00:00:00 2001
From: wuwei <wuquan-1230@q63.com>
Date: 星期三, 16 七月 2025 15:06:39 +0800
Subject: [PATCH] 1.更新init.sh脚本,启动时,增加5秒延时

---
 local/www/cgi-bin/device-debug/debug |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/local/www/cgi-bin/device-debug/debug b/local/www/cgi-bin/device-debug/debug
index b4aa0ca..07dc9a2 100755
--- a/local/www/cgi-bin/device-debug/debug
+++ b/local/www/cgi-bin/device-debug/debug
@@ -29,6 +29,7 @@
 cid2=`$jsoner $arg cid2`
 data=`$jsoner $arg data`
 oid=`$jsoner $arg oid`
+community=`$jsoner $arg community`
 
 
 case "$debug" in 
@@ -39,7 +40,7 @@
 string)
 content=`msg string $type $ip $port $data`;;
 snmp)
-content=`msg snmp $ver $ip $oid`;;
+content=`msg snmp $ver $ip $oid $port $community`;;
 esac
 
 #echo $content

--
Gitblit v1.9.3