X-Git-Url: http://git.pippins.net/embedvideo/.git/static/gitweb.js?a=blobdiff_plain;ds=sidebyside;f=scripts%2Fburn-imgs.sh;h=215e8a507cb5f7f331fe9ea8a2237c8c9a729284;hb=68855587b49621cbf23afa79463a0bbc302b3a06;hp=69d192fd4c3ba92eb3d5adbcf1cb3b66d456084b;hpb=b3a2ae013c24fd2038702a9682c97a961fab9fc3;p=backups%2F.git diff --git a/scripts/burn-imgs.sh b/scripts/burn-imgs.sh index 69d192f..215e8a5 100755 --- a/scripts/burn-imgs.sh +++ b/scripts/burn-imgs.sh @@ -48,7 +48,7 @@ $cronstopstart stop renice -10 $$ # Burn the image to a disk. -cdrecord-wrapper.sh $cdrecordopts dev=$sdev $img >> $logfile 2>&1 +$cdrecord $cdrecordopts dev=$sdev $img >> $logfile 2>&1 if [ "0" != "$?" ]; then echo >&2 "cdrecord failed!"