From fc99c6c0a4d03cbfd5422449eba7a2d7ad356e80 Mon Sep 17 00:00:00 2001 From: tslroom Date: Fri, 3 Aug 2012 11:56:01 +0900 Subject: [PATCH] =?UTF-8?q?=E5=80=8B=E4=BA=BA=E7=9A=84=E3=81=AA=E7=B4=B0?= =?UTF-8?q?=E3=81=8B=E3=81=84=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- do-record.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/do-record.sh b/do-record.sh index 6efec0f..2d7eaac 100644 --- a/do-record.sh +++ b/do-record.sh @@ -14,12 +14,10 @@ case ${TYPE} in "BS"|"CS") case ${MODE} in 0) - $RECORDER1 --b25 --strip --sync --lnb \ - $CHANNEL $DURATION ${OUTPUT} >/dev/null + $RECORDER1 --b25 --strip --sync $CHANNEL $DURATION ${OUTPUT} >/dev/null ;; *) - $RECORDER1 --b25 --strip --sync --lnb --sid $SID \ - $CHANNEL $DURATION ${OUTPUT} >/dev/null + $RECORDER1 --b25 --strip --sync --sid $SID $CHANNEL $DURATION ${OUTPUT} >/dev/null ;; esac ;;