Files
webgui/plugins/dynamix/scripts/hd_parm

6 lines
101 B
Bash
Executable File

#!/bin/bash
[[ $1 == up ]] && cmd=-S0
[[ $1 == down ]] && cmd=-y
exec /usr/sbin/hdparm $cmd /dev/$2