Fix film mode script
parent
c2afdd8dc0
commit
a6126199c5
|
@ -30,7 +30,7 @@ function off() {
|
||||||
|
|
||||||
if [ "${1}" == "${ON}" ]; then
|
if [ "${1}" == "${ON}" ]; then
|
||||||
on
|
on
|
||||||
elif [ "${1}" == "${ON}" ]; then
|
elif [ "${1}" == "${OFF}" ]; then
|
||||||
off
|
off
|
||||||
else
|
else
|
||||||
pgrep xautolock &>/dev/null
|
pgrep xautolock &>/dev/null
|
||||||
|
|
Loading…
Reference in New Issue