diff options
Diffstat (limited to 'pm/sleep.d/49bluetooth')
-rwxr-xr-x | pm/sleep.d/49bluetooth | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pm/sleep.d/49bluetooth b/pm/sleep.d/49bluetooth index 5fcb04c..e4977c4 100755 --- a/pm/sleep.d/49bluetooth +++ b/pm/sleep.d/49bluetooth @@ -23,7 +23,7 @@ resume_bluetooth() } case "$1" in - hibernate|suspend) + hibernate|suspend*) suspend_bluetooth ;; thaw|resume) |