This website works better with JavaScript.
Home
Explore
Help
Sign In
use
/
autoTranscode
Watch
1
Star
1
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Browse Source
minor update, clean files
master
rbeck4
3 years ago
parent
4c8b9af9b3
commit
8cbff7e239
1 changed files
with
6 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
"
Write
Preview
Loading…
Cancel
Save