Skip to content

Commit 4cd58cf

Browse files
Update README.md
1 parent d5c734a commit 4cd58cf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,12 @@ python generate_pipelines.py
5252
cd <generated_workflow_dir>
5353
bash md_bundle_flux.sh
5454
```
55+
**If restart is require**
56+
```bash
57+
First remove ".done" from each system directory to re-run,
58+
find . -maxdepth 2 -type f -name ".done" -regex '\./[0-9]+/\.done' -delete
59+
Re-run, bash md_bundle_flux.sh
60+
```
5561
---
5662

5763
## 📂 Output

0 commit comments

Comments
 (0)