diff options
Diffstat (limited to 'mass-ripper')
-rwxr-xr-x | mass-ripper | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mass-ripper b/mass-ripper index 0e7ceec..b38a069 100755 --- a/mass-ripper +++ b/mass-ripper @@ -62,9 +62,9 @@ while true; do # Eject the CD with suitable pauses to avoid any buffer problems echo "Ejecting media..." - sleep 1 + sleep 10 eject $DRIVE - sleep 2 + sleep 10 # Increase counter let ITERATION++ |