메인 브런치로 이동
This commit is contained in:
9
installer/roles/one_agent/templates/reg.env.j2
Normal file
9
installer/roles/one_agent/templates/reg.env.j2
Normal 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
|
||||
Reference in New Issue
Block a user