Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
integration
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
elixxir
integration
Commits
c87463d9
Commit
c87463d9
authored
2 years ago
by
Josh Brooks
Browse files
Options
Downloads
Patches
Plain Diff
Fix over appending group members file
parent
14d715e1
Branches
josh/groupCreationScript
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
basice2e/groupCreation.sh
+4
-2
4 additions, 2 deletions
basice2e/groupCreation.sh
with
4 additions
and
2 deletions
basice2e/groupCreation.sh
+
4
−
2
View file @
c87463d9
...
...
@@ -2,6 +2,10 @@
ouputFile
=
groupMembers
if
[
-f
"
$ouputFile
"
]
then
rm
$ouputFile
fi
if
[
$#
-eq
0
]
;
then
echo
"No arguments provided. Please provide the path to client logs.
...
...
@@ -11,8 +15,6 @@ if [ $# -eq 0 ]; then
exit
1
fi
# This
touch
$ouputFile
for
file
in
"
$@
"
do
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment