fix: ATTACKS_OUT directory not guaranteed to exist (#816)
This commit is contained in:
parent
938c6d284e
commit
ac2fa16e2e
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