fix: omc user change to manager
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user