From 863c880b169a788fe74b27187baa2e3f60b72ed2 Mon Sep 17 00:00:00 2001
From: zhangzengfei <zhangzengfei@iotlink.com>
Date: 星期三, 30 十月 2019 15:19:23 +0800
Subject: [PATCH] feat: add reboot

---
 extend/config/config.go |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/extend/config/config.go b/extend/config/config.go
index 605482a..c775712 100644
--- a/extend/config/config.go
+++ b/extend/config/config.go
@@ -26,7 +26,7 @@
 	ChannelCount    string `mapstructure: "channelCount"`    //閫氶亾涓暟
 	DiskCount       string `mapstructure: "diskCount"`       //纭洏涓暟
 
-	SysServerPort string      `mapstructure: "sysServerPort"`
+	SudoPassword  string      `mapstructure: "sudoPassword"`
 	SysThresholds []threshold `mapstructure: "sysThresholds"`
 }
 

--
Gitblit v1.8.0