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:
Arne Fitzenreiter
2009-09-18 22:07:18 +02:00
parent fbeee8929a
commit cad1f34bf3

View File

@@ -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;