mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-20 16:02:59 +02:00
Enabled more details at smartctrl webif output
This commit is contained in:
@@ -36,7 +36,7 @@ int main(int argc, char *argv[]) {
|
||||
exit(1);
|
||||
}
|
||||
|
||||
sprintf(command, "smartctl -iHA /dev/%s", argv[1]);
|
||||
sprintf(command, "smartctl -x /dev/%s", argv[1]);
|
||||
safe_system(command);
|
||||
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user