This commit is contained in:
inxi-svn 2011-07-22 07:06:49 +00:00
parent c9731b0c02
commit 9de355d4be

1
inxi
View file

@ -7125,6 +7125,7 @@ print_optical_drive_data()
vendor=''
if [[ ${#A_OPTICAL_DRIVE_DATA[@]} -eq 1 && -z ${a_drives[0]} && -z ${a_drives[1]} ]];then
drive_string="No optical drives detected."
B_SHOW_FULL_OPTICAL='false'
else
if [[ ${#A_OPTICAL_DRIVE_DATA[@]} -gt 1 ]];then
counter="-$(( i + 1 ))"