mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-20 16:02:59 +02:00
Merge branch 'next'
This commit is contained in:
@@ -8,7 +8,7 @@ case "$1" in
|
||||
start)
|
||||
boot_mesg -n "Enabling S.M.A.R.T.: ";
|
||||
for disk in `kudzu -qps -c HD | grep device: | cut -d" " -f2 | sort | uniq`; do
|
||||
/usr/sbin/smartctl -d ata --smart=on /dev/$disk > /dev/nul;
|
||||
/usr/sbin/smartctl --smart=on /dev/$disk > /dev/nul;
|
||||
if [ ${?} = 0 ]; then
|
||||
boot_mesg -n "$SUCCESS$disk$NORMAL ";
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user