1
0
Fork 0
mirror of https://github.com/Jonny007-MKD/OTR-DecodeAll synced 2024-05-02 20:54:06 +02:00

Delete output of decoder when cutting was successful

This commit is contained in:
Jonny007-MKD 2015-03-06 23:00:09 +01:00
parent 1db2600e7d
commit 648b279997

View file

@ -567,7 +567,8 @@ function funcMove {
function funcRemove {
case $status in
3) # Cut -> remove decoded file
funcRemoveFile "$pathTmpAbsCut"
funcRemoveFile "$pathTmpAbsCut" # temporary cut file (should not exist anymore)
funcRemoveFile "$pathTmpAbsDecoded" # temporary decoded file
funcRemoveFile "$pathAbsOutDecoded" # decoded file in output dir
funcRemoveFile "$pathAbsOutDecodedInsane" # "
;&