From befad3b9db79c2af9cd9c5625b67d7d95662a183 Mon Sep 17 00:00:00 2001 From: Jens Ahrensfeld Date: Fri, 18 Oct 2024 22:56:48 +0200 Subject: [PATCH] fixed run.sh --- run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.sh b/run.sh index 591edc3..10abd0b 100755 --- a/run.sh +++ b/run.sh @@ -1,4 +1,4 @@ #!/usr/bin/env bash echo Starting collecting... -python3 arielle.py >>results/arielle.log 2>results/arielle.err +python3 arielle.py >>results/arielle.log