1
0
Fork 0
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:
Dennis Potter 2018-07-28 16:43:14 +02:00
parent 13c9066822
commit 54fd51269b

View file

@ -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]") \