diff options
| author | fumingwei <[email protected]> | 2020-10-19 21:56:57 +0800 |
|---|---|---|
| committer | fumingwei <[email protected]> | 2020-10-19 21:56:57 +0800 |
| commit | 5349fd24fbcf416b9305ed830c2050b94d000313 (patch) | |
| tree | 5fb56c5faf53aa318f886710fc23acc642a2c8ee /roles/sapp | |
| parent | 344c734f7061087b8126079e5b5fd068cd50b2bf (diff) | |
1、增加tsg_master_entrance_id 2、修改sapp configlist.inf 3、kni rpm install 强制安装
Diffstat (limited to 'roles/sapp')
| -rw-r--r-- | roles/sapp/templates/conflist.inf.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/sapp/templates/conflist.inf.j2 b/roles/sapp/templates/conflist.inf.j2 index b22d662..4ec5ed8 100644 --- a/roles/sapp/templates/conflist.inf.j2 +++ b/roles/sapp/templates/conflist.inf.j2 @@ -11,7 +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_proto_identify/app_proto_identify.inf ./plug/platform/app_master/app_master.inf {% endif %} |
