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