diff --git a/inxi b/inxi index 77705f6..cee323e 100755 --- a/inxi +++ b/inxi @@ -7124,7 +7124,7 @@ print_optical_drive_data() state='' vendor='' if [[ ${#A_OPTICAL_DRIVE_DATA[@]} -eq 1 && -z ${a_drives[0]} && -z ${a_drives[1]} ]];then - drive_string="No optical drive detected." + drive_string="No optical drives detected." else if [[ ${#A_OPTICAL_DRIVE_DATA[@]} -gt 1 ]];then counter="-$(( i + 1 ))"