From 581941104afda7aad19c31d94fe24bb9cc200e46 Mon Sep 17 00:00:00 2001 From: Giovanna Lazzari Miotto <giovanna.lazzari.miotto@cern.ch> Date: Wed, 21 Aug 2024 18:07:32 +0200 Subject: [PATCH] [skip ci] Fix scripts --- scripts/check_dax.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/check_dax.sh b/scripts/check_dax.sh index cecf2b9c..9ecbc8e4 100644 --- a/scripts/check_dax.sh +++ b/scripts/check_dax.sh @@ -1,6 +1,6 @@ #!/bin/bash -if [ "$#" -ne 4 ]; then +if [ "$#" -ne 5 ]; then echo "Usage: $0 <dax_device> <offset> <num_bytes> <output_file> <ground_truth_file>" exit 1 fi -- GitLab