Fix double extension of temp files
This commit is contained in:
parent
dc29803438
commit
6c438c4c90
@ -123,7 +123,7 @@ decodeFile() {
|
||||
if (( sox_needed ))
|
||||
then
|
||||
cleanup="$tempdir/$tmpfile"
|
||||
decodeSox "$tempdir/$tmpfile.wav"
|
||||
decodeSox "$tempdir/$tmpfile"
|
||||
if ! soxtaskid=$(
|
||||
Select tasks id <<<"key = $tmpfile"
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user