From ce06eebe187569464c41954d41a0b9c3482d89c8 Mon Sep 17 00:00:00 2001 From: Daniel Meyerholt Date: Sat, 19 Feb 2011 17:14:19 +0100 Subject: * fixed wrong placed brackets in queuehandler * fixed some compiler warnings --- scripts/queuehandler | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/queuehandler') 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 -- cgit v1.2.3