This commit is contained in:
Daniel Berteaud 2023-06-29 14:04:38 +02:00
parent e5047e7b92
commit 1ddf903568
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ sub list_smart_hdd{
if ($line =~ m/^SMART support is:\s+Enabled/i){
$smart_enabled = 1;
last;
elsif ($line =~ m/NVMe/i){
} elsif ($line =~ m/NVMe/i){
$smart_enabled = 1;
last;
} elsif ($line =~ m/^Transport protocol:\s+iSCSI/i){