From 9a018fb8d30a1ba9e4cac034d66135745fc7d44f Mon Sep 17 00:00:00 2001 From: trotFunky Date: Mon, 15 Jan 2018 16:50:33 +0100 Subject: [PATCH] =?UTF-8?q?Becuz=20=C3=A7a=20marche=20mieux?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Perso/serialToCSV.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Perso/serialToCSV.sh b/Perso/serialToCSV.sh index 19db0b8..690242a 100755 --- a/Perso/serialToCSV.sh +++ b/Perso/serialToCSV.sh @@ -1,7 +1,8 @@ #! /bin/bash function pythonGraph { - python3 /home/trotfunky/Programmation/Git/Python/extraction_asserv.py "$outFile" $1 + echo "DATAEND" >> "$fileName" + python3 /home/trotfunky/Programmation/Git/Python/extraction_asserv.py "$outFile" "$1" exit } @@ -33,4 +34,4 @@ while true; do esac done -python3 /home/trotfunky/Programmation/Git/Python/extraction_asserv.py "$outFile" $1 \ No newline at end of file +python3 /home/trotfunky/Programmation/Git/Python/extraction_asserv.py "$outFile" "$1" \ No newline at end of file