summaryrefslogtreecommitdiff
path: root/roles/sapp
diff options
context:
space:
mode:
authorliuxueli <[email protected]>2020-10-17 14:03:11 +0800
committerliuxueli <[email protected]>2020-10-17 14:03:11 +0800
commita517b992193f7e6a84e40f49bd9ddeea8e38badc (patch)
tree18146d09c0ce9692e032ad937073b92fa2707cfa /roles/sapp
parent2b2cbf4113d25c17c38d6ae445e5d8e128e2da8b (diff)
更新app_proto_identify和packet_dump
Diffstat (limited to 'roles/sapp')
-rw-r--r--roles/sapp/templates/conflist.inf.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/sapp/templates/conflist.inf.j2 b/roles/sapp/templates/conflist.inf.j2
index 2c674a4..b22d662 100644
--- a/roles/sapp/templates/conflist.inf.j2
+++ b/roles/sapp/templates/conflist.inf.j2
@@ -11,6 +11,7 @@
{% endif %}
./plug/platform/tsg_master/tsg_master.inf
{% if tsg_app_enable == 1 %}
+./plug/business/app_proto_identify/app_proto_identify.inf
./plug/platform/app_master/app_master.inf
{% endif %}
@@ -35,5 +36,4 @@
{% if tsg_app_enable == 1 %}
./plug/business/app_sketch_local/app_sketch_local.inf
./plug/business/app_control_plug/app_control_plug.inf
-./plug/business/app_proto_identify/app_proto_identify.inf
{% endif %}