From a1ef2d42d320f075c75e8cef52a879114441c103 Mon Sep 17 00:00:00 2001 From: sunty <1172534965@qq.com> Date: 星期三, 30 十月 2019 15:54:07 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- 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