From 44b5a53297915e06bf1634d07bcfe377da66826d Mon Sep 17 00:00:00 2001 From: Taylor Bockman Date: Fri, 10 Jun 2016 09:07:37 -0700 Subject: [PATCH] Remove boilerplate from the code for lock on sleep --- ubuntu/99_physlock_on_hibernate_and_suspend | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/ubuntu/99_physlock_on_hibernate_and_suspend b/ubuntu/99_physlock_on_hibernate_and_suspend index 4247d5e..97cb95b 100755 --- a/ubuntu/99_physlock_on_hibernate_and_suspend +++ b/ubuntu/99_physlock_on_hibernate_and_suspend @@ -1,12 +1,8 @@ #!/bin/bash case "$1" in -suspend|hibernate) - actions to - take - on suspend - or hibernate - ;; +# suspend|hibernate) +# ;; resume|thaw) physlock -d & ;;