Make the cdrecord command configurable
[backups/.git] / scripts / burn-imgs.sh
index 69d192fd4c3ba92eb3d5adbcf1cb3b66d456084b..215e8a507cb5f7f331fe9ea8a2237c8c9a729284 100755 (executable)
@@ -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!"