From ba196f94e124044f7ae33aac4b76ea5b99845bbd Mon Sep 17 00:00:00 2001 From: ucar-tmeyer Date: Tue, 3 Jan 2023 17:44:41 +0000 Subject: [PATCH] Changed the alias cave to run cave.sh, not run.sh since it's no longer used --- rpms/awips2.upc/Installer.awips/scripts/profile.d/awips2.csh | 2 +- rpms/awips2.upc/Installer.awips/scripts/profile.d/awips2.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rpms/awips2.upc/Installer.awips/scripts/profile.d/awips2.csh b/rpms/awips2.upc/Installer.awips/scripts/profile.d/awips2.csh index c4793fcbd8..14042bf2ab 100755 --- a/rpms/awips2.upc/Installer.awips/scripts/profile.d/awips2.csh +++ b/rpms/awips2.upc/Installer.awips/scripts/profile.d/awips2.csh @@ -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" diff --git a/rpms/awips2.upc/Installer.awips/scripts/profile.d/awips2.sh b/rpms/awips2.upc/Installer.awips/scripts/profile.d/awips2.sh index 7014af4952..89b917a976 100755 --- a/rpms/awips2.upc/Installer.awips/scripts/profile.d/awips2.sh +++ b/rpms/awips2.upc/Installer.awips/scripts/profile.d/awips2.sh @@ -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