reset LD_LIBRARY_PATH for root in profile.d/awips2.sh
This commit is contained in:
parent
00ba484ab3
commit
8ae83625b3
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
||||||
PATH=/awips2/tools/bin:$PATH
|
PATH=/awips2/tools/bin:$PATH
|
||||||
if [[ ${USER} = "root" ]]; then
|
if [[ ${USER} = "root" ]]; then
|
||||||
alias ldmadmin='service edex_ldm'
|
alias ldmadmin='service edex_ldm'
|
||||||
|
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib64
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
alias cave='/awips2/cave/run.sh -alertviz -component thinclient'
|
alias cave='/awips2/cave/run.sh -alertviz -component thinclient'
|
||||||
|
|
Loading…
Add table
Reference in a new issue