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
5c797ba0
Commit
5c797ba0
authored
Mar 04, 2015
by
gsell
Browse files
Bootstrap/Pmodule/init_local_env.bash renamed
parent
1aa3367a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
scripts/Bootstrap/Pmodules/modmanage.in
scripts/Bootstrap/Pmodules/modmanage.in
+1
-0
No files found.
scripts/Bootstrap/Pmodules/
init_local_env.bash
→
scripts/Bootstrap/Pmodules/
modmanage.in
View file @
5c797ba0
...
...
@@ -183,6 +183,7 @@ function init_pmodules_environment() {
"
${
dst
}
/
${
PMODULES_VERSION
}
"
||
die 1
"Error: setting sym-link failed!"
$DRY
cp
"
${
src
}
/.release-
${
PMODULES_VERSION
}
"
"
${
dst
}
"
||
die 1
"Error: setting release failed!"
echo
if
[[
-n
"
${
ENV_USER
}
"
]]
;
then
echo
"Changing user of new module environment to '
${
ENV_USER
}
'..."
$DRY
chown
-R
"
${
ENV_USER
}
"
"
${
target_dir
}
"
||
die 1
"Error: changing owner failed!"
...
...
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