Skip to content

Commit

Permalink
Always auto-detect drive type https://forum.virtualmin.com/t/nvme-to-…
Browse files Browse the repository at this point in the history
  • Loading branch information
jcameron committed Jun 9, 2022
1 parent 96c6a22 commit e83ab6d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions smart-status/smart-status-lib.pl
Expand Up @@ -545,6 +545,9 @@ sub get_extra_args
elsif ($config{'ata'}) {
$extra_args .= " -d ata";
}
else {
$extra_args .= " -d auto";
}
return $extra_args;
}

Expand Down

0 comments on commit e83ab6d

Please sign in to comment.