Changed the alias cave to run cave.sh, not run.sh since it's no longer used
This commit is contained in:
parent
a590b8859e
commit
ba196f94e1
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ if ( ${USER} == "root" ) then
|
|||
endif
|
||||
exit 1
|
||||
endif
|
||||
alias cave /awips2/cave/run.sh
|
||||
alias cave /awips2/cave/cave.sh
|
||||
set JAVA_INSTALL="/awips2/java"
|
||||
set PYTHON_INSTALL="/awips2/python"
|
||||
set QPID_LIB_DIR="/awips2/qpid/lib"
|
||||
|
|
|
@ -25,7 +25,7 @@ if [[ ${USER} = "root" ]]; then
|
|||
fi
|
||||
|
||||
# CAVE alias
|
||||
alias cave='/awips2/cave/run.sh'
|
||||
alias cave='/awips2/cave/cave.sh'
|
||||
if [ -d /awips2/cave ]; then
|
||||
export TMCP_HOME=/awips2/cave/caveEnvironment
|
||||
export FXA_HOME=/awips2/cave/caveEnvironment
|
||||
|
|
Loading…
Add table
Reference in a new issue