Enabled more details at smartctrl webif output

This commit is contained in:
Arne Fitzenreiter
2009-09-06 20:20:08 +02:00
parent 879e6bb240
commit 248a32b5af

View File

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