mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
Fixed typo
This commit is contained in:
parent
13c9066822
commit
54fd51269b
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ INPUT_FILE=$(mktemp)
|
|||
OUTPUT_FILE=$(mktemp)
|
||||
|
||||
NUM_SAMPLES=${NUM_SAMPLES:-10}
|
||||
RC = 0
|
||||
RC=0
|
||||
|
||||
# Generate test data for TCP and UDP test
|
||||
VILLAS_LOG_PREFIX=$(colorize "[Signal]") \
|
||||
|
|
Loading…
Add table
Reference in a new issue