From 607c1e4daf072df657bd5a811dee294dcd4e1098 Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Tue, 21 May 2024 18:54:57 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=85=8D=E7=BD=AE=E7=A7=BB=E9=99=A4mml?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E4=B8=8A=E4=BC=A0=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/etc/default/restconf.yaml | 1 - restagent/config/config.go | 1 - restagent/etc/restconf.yaml | 1 - 3 files changed, 3 deletions(-) diff --git a/config/etc/default/restconf.yaml b/config/etc/default/restconf.yaml index 6e1b76bd..dd9e1662 100644 --- a/config/etc/default/restconf.yaml +++ b/config/etc/default/restconf.yaml @@ -79,7 +79,6 @@ mml: user: admin password: admin mmlHome: ./mmlhome - upload: /home/agtuser # NE config ne: diff --git a/restagent/config/config.go b/restagent/config/config.go index c2101870..12f27cd8 100644 --- a/restagent/config/config.go +++ b/restagent/config/config.go @@ -180,7 +180,6 @@ type MMLParam struct { User string `yaml:"user"` Password string `ymal:"password"` MmlHome string `yaml:"mmlHome"` - Upload string `yaml:"upload"` } type TestDatas struct { diff --git a/restagent/etc/restconf.yaml b/restagent/etc/restconf.yaml index 02885305..9fb9aeac 100644 --- a/restagent/etc/restconf.yaml +++ b/restagent/etc/restconf.yaml @@ -84,7 +84,6 @@ mml: user: admin password: admin mmlHome: ./mmlhome - upload: /home/agtuser # NE config ne: