That should be TEST_FILE not TEST_TILE.

This commit is contained in:
Yaro Kasear 2025-04-09 14:26:41 -05:00
parent f34ee7d3a4
commit 36d2c6641b
2 changed files with 1 additions and 1 deletions

0
kismet_enrich_csv.py Normal file → Executable file
View file

2
runtest.sh Normal file → Executable file
View file

@ -85,7 +85,7 @@ done
echo "Enriching the data..."
python3 $SCRIPT_DIRECTORY/kismet_enrich_csv.py --csv $TEST_TILE --kismet "$KISMET_LOG" --output "$ENRICHED_FILE"
python3 $SCRIPT_DIRECTORY/kismet_enrich_csv.py --csv $TEST_FILE --kismet "$KISMET_LOG" --output "$ENRICHED_FILE"
# Final email with attachment
echo "The test with UID ${BOOT_ID} is complete. Please collect the probe. Data is attached." | \