From 8912099e43986b47bb1f2fe25c082749185c689a Mon Sep 17 00:00:00 2001 From: Jens Date: Fri, 18 Oct 2024 22:58:49 +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 10abd0b..37ae0cb 100755 --- a/run.sh +++ b/run.sh @@ -1,4 +1,4 @@ #!/usr/bin/env bash echo Starting collecting... -python3 arielle.py >>results/arielle.log +python3 arielle.py >>results/arielle.log &