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:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user