diff options
Diffstat (limited to 'scripts/queuehandler')
-rwxr-xr-x | scripts/queuehandler | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/queuehandler b/scripts/queuehandler index 0d0e840..ddee3fc 100755 --- a/scripts/queuehandler +++ b/scripts/queuehandler @@ -401,7 +401,7 @@ create_symbolic_link() { elif [ "$dvd" ]; then return; fi log_info "create a symbolic link from $dir/ to $tempdir/temp.vdr" - if [ $recGeneration = "new"] + if [ $recGeneration = "new" ] then ln -s "$dir/00001.ts" "$tempdir/temp.vdr" else @@ -412,7 +412,7 @@ create_symbolic_link() { then log_info "could not create a symolic link" log_info "try to copy the file" - if [ $recGeneration = "new"] + if [ $recGeneration = "new" ] then execute "cp $dir/00001.ts $tempdir/temp.vdr" else |