Browse Source

minor update, clean files

master
rbeck4 3 years ago
parent
commit
8cbff7e239
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      transcode.sh

+ 6
- 0
transcode.sh View File

@ -246,6 +246,12 @@ do
fi
#REMOVE THE TEMP FILE (if necessary)
if ls "$workDIR"/"$fileNAME"
then
rm "$workDIR"/"$fileNAME"
else
echo "Workdir already cleaned"
fi
if ls "$tmpDIR"/"$fileNAME"
then
rm "$tmpDIR"/"$fileNAME"

Loading…
Cancel
Save