scripts/Bootstrap: read (P)MODULES_VERSION from Pmodules_version.conf

This commit is contained in:
2015-03-23 18:40:21 +01:00
parent 9e3f159bfc
commit 15815f6e6a
2 changed files with 2 additions and 2 deletions

View File

@@ -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.conf"
source "${BOOTSTRAP_DIR}/Pmodules_version.conf"
unset PMODULES_HOME
source "/opt/psi/config/environment.bash"

View File

@@ -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.conf"
source "${BOOTSTRAP_DIR}/Pmodules_version.conf"
unset PMODULES_HOME
source "/opt/psi/config/environment.bash"