X-Git-Url: https://git.wh0rd.org/?p=dump.git;a=blobdiff_plain;f=examples%2Fdump_on_cd_2%2FEN%2Fdump_userexit_DVD;h=e5fcef4b0d916f8257e50e786047f136dfe17f74;hp=589e1847fd70d939e655de854d02812484135ff9;hb=c72b13af8aac8f188596624d6c2e86b77160a1fb;hpb=a9c5ed48f9b7e1889ee7694c5666ddb39814fe56 diff --git a/examples/dump_on_cd_2/EN/dump_userexit_DVD b/examples/dump_on_cd_2/EN/dump_userexit_DVD index 589e184..e5fcef4 100644 --- a/examples/dump_on_cd_2/EN/dump_userexit_DVD +++ b/examples/dump_on_cd_2/EN/dump_userexit_DVD @@ -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=""