fix: dpkg ims software

This commit is contained in:
2024-01-16 19:07:46 +08:00
parent 931249312b
commit ca21e901fd
4 changed files with 27 additions and 2 deletions

View File

@@ -123,6 +123,7 @@ type YamlConfig struct {
LicenseDir string `yaml:"licensedir"`
EtcListIMS string `yaml:"etcListIMS"`
EtcListDefault string `yaml:"etcListDefault"`
DpkgOverwrite bool `yaml:"dpkgOverwrite"`
} `yaml:"ne"`
Auth struct {

View File

@@ -87,6 +87,8 @@ ne:
# backup etc list of IMS,no space
etcListIMS: '{*.yaml,mmtel,vars.cfg}'
etcListDefault: '{*.yaml,*.conf,*.cfg}'
# true/false to overwrite config file when dpkg ne software
dpkgOverwrite: true
# chk2ne: true/false, if put OmcNeConfig parameters to NE
omc: