From 956f10584a109456c1bb8c72c9a4e02494812c03 Mon Sep 17 00:00:00 2001
From: lgq <1015864684@qq.com>
Date: 星期二, 18 十一月 2025 15:13:21 +0800
Subject: [PATCH] 1.修改启动脚本,增加crond启动相关的目录配置
---
local/www/cgi-bin/snmp/enable | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/local/www/cgi-bin/snmp/enable b/local/www/cgi-bin/snmp/enable
index 7e0cc76..f9efacf 100755
--- a/local/www/cgi-bin/snmp/enable
+++ b/local/www/cgi-bin/snmp/enable
@@ -15,8 +15,8 @@
if [ "$enable" == "true" ]
then
+ `/usr/local/bin/export.sh` > /dev/null
`jsoner -s /work/sysConfig.json snmp "1"` > /dev/null
-
else
`jsoner -s /work/sysConfig.json snmp "0"` > /dev/null
fi
--
Gitblit v1.9.3