fix: omc user change to manager

This commit is contained in:
2024-05-24 10:57:38 +08:00
parent 64c3d511d0
commit 6ac0db5915
6 changed files with 20 additions and 20 deletions

View File

@@ -77,7 +77,7 @@ func execTshark(html string, filename string, proto string, port int) {
//if err1 != nil {
// fmt.Println("write html failed")
//}else {
//xsltproc pdml2html.xsl ngap.pdml > /home/agtuser/ngap.html
//xsltproc pdml2html.xsl ngap.pdml > /home/manager/ngap.html
command := fmt.Sprintf("xsltproc /usr/local/omc/etc/schema/pdml2html.xsl %s > %s", pdmlFile, html)
dest := exec.Command("sh", "-c", command)
_, err2 := dest.Output()