summaryrefslogtreecommitdiffstats
path: root/scripts/t-rex-64
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/t-rex-64')
-rwxr-xr-xscripts/t-rex-643
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/t-rex-64 b/scripts/t-rex-64
index 9ad96127..208f2029 100755
--- a/scripts/t-rex-64
+++ b/scripts/t-rex-64
@@ -9,7 +9,8 @@ EXTRA_INPUT_ARGS=""
./trex-cfg $INPUT_ARGS
RESULT=$?
-if [ $RESULT -lt 0 ]; then
+if [ $RESULT -eq 255 ]; then
+ echo "ERROR encountered while configuring trex system"
exit $RESULT
fi