Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Pmodules
buildblocks
Commits
a5376bbd
Commit
a5376bbd
authored
Jul 09, 2015
by
gsell
Browse files
scripts/Bootstrap/install_pmodules.sh:
- adapted to new format of Pmodules_version.conf
parent
fee09479
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
scripts/Bootstrap/install_pmodules.sh
scripts/Bootstrap/install_pmodules.sh
+4
-1
No files found.
scripts/Bootstrap/install_pmodules.sh
View file @
a5376bbd
...
...
@@ -4,11 +4,14 @@ declare -r BASE_DIR=$(cd "$(dirname $0)/../.." && pwd)
declare
-r
BOOTSTRAP_DIR
=
"
${
BASE_DIR
}
/scripts/Bootstrap"
declare
-r
SRC_DIR
=
"
${
BOOTSTRAP_DIR
}
/Pmodules"
source
"
${
BOOTSTRAP_DIR
}
/Pmodules_version.conf"
source
"
${
BASE_DIR
}
/lib/lib.bash"
read_versions
"
${
BOOTSTRAP_DIR
}
/Pmodules_version.conf"
unset
PMODULES_HOME
source
"/opt/psi/config/environment.bash"
echo
"Installing to
${
PMODULES_HOME
}
..."
sed_cmd
=
"s:@PMODULES_HOME@:
${
PMODULES_HOME
}
:g;"
sed_cmd+
=
"s:@PMODULES_VERSION@:
${
PMODULES_VERSION
}
:g;"
sed_cmd+
=
"s:@MODULES_VERSION@:
${
MODULES_VERSION
}
:g"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment