From eb18ea22a49204d794926955ef733a53229aedc2 Mon Sep 17 00:00:00 2001 From: simonzhangsz Date: Tue, 12 Sep 2023 16:02:17 +0800 Subject: [PATCH] mml upload dir --- restagent/config/config.go | 1 + restagent/etc/restconf.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/restagent/config/config.go b/restagent/config/config.go index 1649d89d..c5c378fb 100644 --- a/restagent/config/config.go +++ b/restagent/config/config.go @@ -104,6 +104,7 @@ type YamlConfig struct { User string `yaml:"user"` Password string `ymal:"password"` MmlHome string `yaml:"mmlHome"` + Upload string `yaml:"upload"` } `yaml:"mml"` NE struct { diff --git a/restagent/etc/restconf.yaml b/restagent/etc/restconf.yaml index d06a3f8e..8d53b4cf 100644 --- a/restagent/etc/restconf.yaml +++ b/restagent/etc/restconf.yaml @@ -56,6 +56,7 @@ mml: user: admin password: admin mmlHome: ./mmlhome + upload: /home/agtuser ne: user: root