Merge pull request 'fix: ATTACKS_OUT directory not guaranteed to exist (#816)' (#843) from fix/issue-816 into master
This commit is contained in:
commit
b4f549bf05
1 changed files with 2 additions and 0 deletions
|
|
@ -21,6 +21,8 @@ die() { log "FATAL: $*" >&2; exit 1; }
|
|||
|
||||
[[ -f "$INJECT" ]] || die "inject.sh not found at $INJECT"
|
||||
|
||||
mkdir -p "$ATTACKS_OUT"
|
||||
|
||||
# Reset cross-patterns file for this sweep invocation (prevents stale data from prior runs)
|
||||
> "$CROSS_PATTERNS_FILE"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue