Browse Source

added quotes for dir creation in case of spaces int he path

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

+ 2
- 2
transcode.sh View File

@ -47,8 +47,8 @@ function burnSubs {
}
#MAIN FUNCTION BEGINS
mkdir -p $tmpDIR
mkdir -p $workDIR
mkdir -p "$tmpDIR"
mkdir -p "$workDIR"
if [ -n "$1" ]
then

Loading…
Cancel
Save