Commit a606149
committed
improve: simplify post-fs-data.sh log naming logic
* First we check if any DebugAssistant log is present instead of any file, making the first logic creation entirely out of the loop
* After that we can remove the check for equals to "" or end of the files which was a leftover from the previous uncommitted while loop logic
* Since we already confirmed a DebugAssistant log is present, we do not need to check if the loop is about to end and no logs were found
Signed-off-by: TheSillyOk <priv.ld@proton.me>1 parent 31d454b commit a606149
1 file changed
Lines changed: 2 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
| 24 | + | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | 29 | | |
35 | 30 | | |
36 | 31 | | |
| |||
0 commit comments