From ee4ac2a15fe02dc68d3a2bb4c660bcf4647e914e Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Fri, 6 Mar 2015 10:59:48 +0100 Subject: [PATCH] scripts/Bootstap: adapted to new Pmodules configuration file name --- scripts/Bootstrap/compile_pmodules.sh | 2 +- scripts/Bootstrap/install_pmodules.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/Bootstrap/compile_pmodules.sh b/scripts/Bootstrap/compile_pmodules.sh index 2daebfa..5c38325 100755 --- a/scripts/Bootstrap/compile_pmodules.sh +++ b/scripts/Bootstrap/compile_pmodules.sh @@ -3,7 +3,7 @@ declare -r BASE_DIR=$(cd "$(dirname $0)/../.." && pwd) declare -r BOOTSTRAP_DIR="${BASE_DIR}/scripts/Bootstrap" -source "${BASE_DIR}/config/pmodules_version.conf" +source "${BASE_DIR}/config/Pmodules.conf" unset PMODULES_HOME source "/opt/psi/config/environment.bash" diff --git a/scripts/Bootstrap/install_pmodules.sh b/scripts/Bootstrap/install_pmodules.sh index 9bfdc47..76fc0b1 100755 --- a/scripts/Bootstrap/install_pmodules.sh +++ b/scripts/Bootstrap/install_pmodules.sh @@ -4,7 +4,7 @@ declare -r BASE_DIR=$(cd "$(dirname $0)/../.." && pwd) declare -r BOOTSTRAP_DIR="${BASE_DIR}/scripts/Bootstrap" declare -r SRC_DIR="${BOOTSTRAP_DIR}/Pmodules" -source "${BASE_DIR}/config/pmodules_version.conf" +source "${BASE_DIR}/config/Pmodules.conf" unset PMODULES_HOME source "/opt/psi/config/environment.bash"