scripts/Bootstap: adapted to new Pmodules configuration file name

This commit is contained in:
2015-03-06 10:59:48 +01:00
parent 04c5b8fabd
commit ee4ac2a15f
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_version.conf"
source "${BASE_DIR}/config/Pmodules.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_version.conf"
source "${BASE_DIR}/config/Pmodules.conf"
unset PMODULES_HOME
source "/opt/psi/config/environment.bash"