Noch ein fix, SMART-Status-Anzeige geht!

git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@512 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
ms
2007-05-01 20:35:00 +00:00
parent 0d909a4a5e
commit b94abc417e

View File

@@ -195,7 +195,7 @@ sub diskbox {
if (-e "/usr/local/bin/hddshutdown-state") {
system("/usr/local/bin/hddshutdown-state $disk");
}
my $smart = `smartctrl $disk`;
my $smart = `/usr/local/bin/smartctrl $disk`;
$smart = &Header::cleanhtml($smart);
print <<END
<br /><input type="button" onClick="swapVisibility('smart_$disk')" value="$Lang::tr{'smart information'}" />