mirror of
https://github.com/unraid/webgui.git
synced 2026-01-13 21:20:01 -06:00
6 lines
101 B
Bash
Executable File
6 lines
101 B
Bash
Executable File
#!/bin/bash
|
|
|
|
[[ $1 == up ]] && cmd=-S0
|
|
[[ $1 == down ]] && cmd=-y
|
|
exec /usr/sbin/hdparm $cmd /dev/$2
|