Additional change to the awip2.csh file to fix problem based off a user request who whas having issues when logging in as root using tcsh.

This commit is contained in:
Tiffany Meyer 2021-12-03 10:59:07 -05:00
parent 427960a911
commit c336842028

View file

@ -3,7 +3,7 @@ setenv PATH /awips2/edex/bin:$PATH
if ( ${USER} == "root" ) then
alias ldmadmin service edex_ldm
if $?LD_LIBRARY_PATH then
setenv LD_LIBRARY_PATH $LD_LIBRARY_PATH:/usr/lib64
setenv LD_LIBRARY_PATH ${LD_LIBRARY_PATH}:/usr/lib64
else
setenv LD_LIBRARY_PATH /usr/lib64
endif