Fix incorrect timeout vars
This commit is contained in:
parent
d58589fb3c
commit
978daa7c10
|
@ -85,9 +85,9 @@ elif [[ $1 == "start" ]]; then
|
|||
resume "$0 undim" \
|
||||
timeout $LOCK_TIMEOUT "$0 lock" \
|
||||
resume "$0 unlock" \
|
||||
timeout $DPMS_TIMEOUT "$0 sleep" \
|
||||
timeout $SLEEP_TIMEOUT "$0 sleep" \
|
||||
resume "$0 unsleep" \
|
||||
timeout $SUSPEND_TIMEOUT "$0 hibernate" \
|
||||
timeout $HIBERNATE_TIMEOUT "$0 hibernate" \
|
||||
resume "$0 unhibernate"
|
||||
elif [[ $1 == "daemon" ]]; then
|
||||
nohup $0 start 2>/dev/null &
|
||||
|
|
Loading…
Reference in New Issue