From: ms Date: Tue, 1 May 2007 20:35:00 +0000 (+0000) Subject: Noch ein fix, SMART-Status-Anzeige geht! X-Git-Tag: v2.3-beta1~747 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b94abc417e1c28579c6a18e42907ce479aa5be35;p=ipfire-2.x.git Noch ein fix, SMART-Status-Anzeige geht! git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@512 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8 --- diff --git a/html/cgi-bin/media.cgi b/html/cgi-bin/media.cgi index 0070151816..5f9662317c 100644 --- a/html/cgi-bin/media.cgi +++ b/html/cgi-bin/media.cgi @@ -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 <