Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
sysop-bioinformatics
management_scripts
Commits
f742577e
Commit
f742577e
authored
Jul 09, 2020
by
Haarst, Jan van
Browse files
Add lustre mount to list of folders
parent
6d614b75
Changes
1
Hide whitespace changes
Inline
Side-by-side
create_new_user.sh
View file @
f742577e
...
...
@@ -61,8 +61,8 @@ else
add_to_ad_group
$NEW_USER
fi
# If the folders don't exist yet, create them, and set the permissions
right
for
dir
in
/mnt/scratch/
${
NEW_USER
}
/mnt/LTR_userdata/
${
NEW_USER
}
# If the folders don't exist yet, create them, and set the
correct
permissions
for
dir
in
/mnt/scratch/
${
NEW_USER
}
/mnt/LTR_userdata/
${
NEW_USER
}
/lustre/BIF/nobackup/
${
NEW_USER
}
do
if
[
-d
$dir
]
then
...
...
Write
Preview
Supports
Markdown
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