]> git.wh0rd.org - dump.git/blobdiff - examples/dump_on_cd_2/EN/dump_userexit_DVD
Corrections from Georg Lippold
[dump.git] / examples / dump_on_cd_2 / EN / dump_userexit_DVD
index 589e1847fd70d939e655de854d02812484135ff9..e5fcef4b0d916f8257e50e786047f136dfe17f74 100644 (file)
@@ -13,7 +13,7 @@ while [ "$ANSWER" != "y" ] ; do
        read -p "Is the DVD ready? (y/n)" ANSWER
        if [ "$ANSWER" == "y" ] ; then
                $RECORD_BIN -blank=fast
-               $RECORD_BIN -dao -eject -pad -tsize=$TSIZE -data $1 ; echo "Is the DVD ready? (y/n)" &
+               $RECORD_BIN -dao -eject -pad -tsize=$TSIZE -data $1 &
                exit 0
        elif [ "$ANSWER" == "n" ] ; then
                EXIT=""