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
37b529f1
Commit
37b529f1
authored
2 years ago
by
Josh Brooks
Browse files
Options
Downloads
Patches
Plain Diff
Fix a bug with running network.sh
parent
03160b7f
No related branches found
Branches containing commit
No related tags found
1 merge request
!68
Master merge
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
gen/run.sh
+10
-0
10 additions, 0 deletions
gen/run.sh
with
10 additions
and
0 deletions
gen/run.sh
+
10
−
0
View file @
37b529f1
...
@@ -3,6 +3,11 @@
...
@@ -3,6 +3,11 @@
## Initial Set Up & Clean Up of Past Runs
## Initial Set Up & Clean Up of Past Runs
################################################################################
################################################################################
# Copy file into folder if it does not already exist
if
[
!
-f
network.sh
]
;
then
cp
../network/network.sh
.
fi
set
-e
set
-e
rm
-fr
results.bak
||
true
rm
-fr
results.bak
||
true
mv
results results.bak
||
rm
-fr
results
||
true
mv
results results.bak
||
rm
-fr
results
||
true
...
@@ -172,3 +177,8 @@ then
...
@@ -172,3 +177,8 @@ then
#echo "NOTE: BACKUP CHECK DISABLED, this should be uncommented when turned back on!"
#echo "NOTE: BACKUP CHECK DISABLED, this should be uncommented when turned back on!"
#diff -aruN client121BackupDiff.txt noerrors.txt
#diff -aruN client121BackupDiff.txt noerrors.txt
fi
fi
# Remove the file if it exists
if
[
-f
network.sh
]
;
then
rm
network.sh
fi
\ No newline at end of file
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