diff options
Diffstat (limited to 'hooks')
-rw-r--r-- | hooks/resume | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hooks/resume b/hooks/resume index 5e4d51b..0632fed 100644 --- a/hooks/resume +++ b/hooks/resume @@ -3,7 +3,7 @@ run_hook () { fmtdevice () { echo "${1}:${2}"; } - if [ -n "${resume}" ] && poll_device "${resume}"; then + if [ -n "${resume}" ] && poll_device "${resume}" ${rootdelay}; then # Try resuming with tuxonice tuxoniceroot="/sys/power/tuxonice" if [ -d "${tuxoniceroot}" ]; then |