That should be TEST_FILE not TEST_TILE.
This commit is contained in:
parent
f34ee7d3a4
commit
36d2c6641b
2 changed files with 1 additions and 1 deletions
2
runtest.sh
Normal file → Executable file
2
runtest.sh
Normal file → Executable 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." | \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue