Printer import now assigns the cut code for TM-m30

Also, hard-coding of the cut string is removed.
Now need to see how it will be handled in update printer
This commit is contained in:
2021-03-18 17:48:31 +05:30
parent 52943c7ee0
commit 088982c6d4
7 changed files with 14 additions and 9 deletions

View File

@ -27,7 +27,6 @@ else
tar xvf "$parent_path"/csv/csv.tar.zip -C "$parent_path"/csv || exit
fi
if [ $docker -eq 1 ]
then
docker stop "$doname" || exit
@ -92,8 +91,8 @@ else
alembic upgrade 48bc1c7c07ce || exit
fi
#rm "$parent_path"/csv/*.csv "$parent_path"/csv/csv.tar.zip || exit
#rmdir "$parent_path"/csv || exit
rm -f "$parent_path"/csv/*.csv "$parent_path"/csv/csv.tar.zip || exit
rmdir "$parent_path"/csv || exit
# Show the file in code to see the hidden chars