diff --git a/features/cm/ne.go b/features/cm/ne.go index d9837b6b..9c8e27d1 100644 --- a/features/cm/ne.go +++ b/features/cm/ne.go @@ -432,7 +432,7 @@ func ExportCmFromNF(w http.ResponseWriter, r *http.Request) { neInfo.Ip, config.GetYamlConfig().NE.OmcDir, config.GetYamlConfig().OMC.Backup, neTypeLower) } else { scpCmd = fmt.Sprintf("scp -r %s@[%s]:%s/etc/*.yaml %s/etc/%s", config.GetYamlConfig().NE.User, - neInfo.Ip, config.GetYamlConfig().NE.EtcDir, config.GetYamlConfig().OMC.Backup, neTypeLower) + neInfo.Ip, config.GetYamlConfig().NE.OmcDir, config.GetYamlConfig().OMC.Backup, neTypeLower) } }