Skip to content

Commit fef4da4

Browse files
author
Oliver Cervera
authored
fix to hd-idle function
Update hd-idle spindown function, but does not yet fix spindown, disks are waken up after this command.
1 parent 861ff5e commit fef4da4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snapraid-aio-script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ function main(){
234234
# do
235235
# if [[ `smartctl -a /dev/$DRIVE | grep 'Rotation Rate' | grep rpm` ]]; then
236236
# echo "spinning down /dev/$DRIVE"
237-
# hd-idle -t $DRIVE
237+
# hd-idle -t /dev/$DRIVE
238238
# fi
239239
# done
240240
# fi

0 commit comments

Comments
 (0)