exemONE Host Agent Installer Container Image

This commit is contained in:
정훈 변
2024-08-12 10:52:05 +09:00
commit 4288b79459
72 changed files with 5264 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
export EXEM_NDM_HOME=/{{ EXEM_HOME }}/ndm
if [ -z ${LD_LIBRARY_PATH} ];then
LD_LIBRARY_PATH=${EXEM_NDM_HOME}/lib64
else
LD_LIBRARY_PATH=${EXEM_NDM_HOME}/lib64:${LD_LIBRARY_PATH}
fi
export LD_LIBRARY_PATH