mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-26 10:52:57 +02:00
Revert "Enabled more details at smartctrl webif output"
This change produce ugly log-errors at some harddisks
This reverts commit 248a32b5af.
This commit is contained in:
@@ -36,7 +36,7 @@ int main(int argc, char *argv[]) {
|
||||
exit(1);
|
||||
}
|
||||
|
||||
sprintf(command, "smartctl -x /dev/%s", argv[1]);
|
||||
sprintf(command, "smartctl -iHA /dev/%s", argv[1]);
|
||||
safe_system(command);
|
||||
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user