summaryrefslogtreecommitdiff
path: root/script/CMakeLists.txt
diff options
context:
space:
mode:
authorluwenpeng <[email protected]>2022-06-21 11:00:27 +0800
committerluwenpeng <[email protected]>2022-06-21 11:01:01 +0800
commitb00782dff3ddd4f89340fd3abd794fbf8e64d149 (patch)
tree37095e134ddfd9add5728e9b1325d3f4ae31f8e3 /script/CMakeLists.txt
parent1c5994609673c808b6329ba17c79353f022e9c10 (diff)
TSG-11038 TFE中增加TFE-ENV-DEBUG脚本用于检查TFE-ENV的配置是否有效
Diffstat (limited to 'script/CMakeLists.txt')
-rw-r--r--script/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/script/CMakeLists.txt b/script/CMakeLists.txt
index 7fbcde7..e1c4529 100644
--- a/script/CMakeLists.txt
+++ b/script/CMakeLists.txt
@@ -5,3 +5,4 @@ install(FILES sysctl/80-tfe.conf DESTINATION /etc/sysctl.d/ COMPONENT Profile)
install(FILES tmpfiles/tfe.conf DESTINATION /usr/lib/tmpfiles.d/ COMPONENT Profile)
install(FILES service/tfe-env-config DESTINATION /etc/sysconfig/ COMPONENT Profile)
install(FILES shell/show_trust_certs_info.sh DESTINATION /opt/tsg/tfe/shell/ COMPONENT Program)
+install(FILES service/tfe-env-debug.sh DESTINATION /opt/tsg/tfe/shell/ COMPONENT Program) \ No newline at end of file