From: Chris Koeritz Date: Tue, 25 Apr 2017 15:29:57 +0000 (-0400) Subject: adjusted comments X-Git-Tag: 2.140.90~183 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=fc3b6635c0ba8a433d81623650647e5411e53e34;p=feisty_meow.git adjusted comments --- diff --git a/scripts/rip_burn/blu_burn.sh b/scripts/rip_burn/blu_burn.sh index 69541da0..096b47d3 100644 --- a/scripts/rip_burn/blu_burn.sh +++ b/scripts/rip_burn/blu_burn.sh @@ -30,5 +30,6 @@ fi echo iso "$iso_name" dev "$device_name" growisofs -dvd-compat -Z ${device_name}=${iso_name} -#trying with letting it go default speed. has been working for us recently. -speed=2 +#used to be appended to above line: -speed=2 +#trying with letting it go default speed. has been working for us recently.