mirror of
https://github.com/Jonny007-MKD/OTR-DecodeAll
synced 2025-01-22 08:49:50 +01:00
Delete output of decoder when cutting was successful
This commit is contained in:
parent
1db2600e7d
commit
648b279997
1 changed files with 2 additions and 1 deletions
|
@ -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" # "
|
||||
;&
|
||||
|
|
Loading…
Reference in a new issue