summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorsongyanchao <[email protected]>2023-06-15 12:02:20 +0000
committersongyanchao <[email protected]>2023-06-16 06:25:31 +0000
commit510475943c22d8fbed5501141145a7bb70dd58dc (patch)
tree05fd7c72850c04d19d4619be1c7a34a219ef1156 /tools
parentec05f44cea7763e72654b7b9b3161db8322912b7 (diff)
🐎 ci(DPISDN-9): 修改CI文件生成多平台RPM
修改CI文件生成多平台RPM
Diffstat (limited to 'tools')
-rwxr-xr-xtools/pagstat/pagstat.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/pagstat/pagstat.py b/tools/pagstat/pagstat.py
index ce8eb89..fc1865f 100755
--- a/tools/pagstat/pagstat.py
+++ b/tools/pagstat/pagstat.py
@@ -110,7 +110,7 @@ def setup_argv_parser(phydev_list):
parser.add_argument('--sendlog-apm', help = 'send log to apm server',
action='store_true', default = 0)
parser.add_argument('--sendlog-apm-cfg', help = 'send log configure file',
- type=str, default = '/opt/mrzcpd/etc/mrsendlog.conf')
+ type=str, default = '/opt/tsg/mrzcpd/etc/mrsendlog.conf')
return parser.parse_args()