Fix film mode script

master
Quentin Duchemin 2019-12-02 13:09:09 +01:00
parent c2afdd8dc0
commit a6126199c5
Signed by: Chosto
GPG Key ID: 0547178FEEDE7D6B
1 changed files with 1 additions and 1 deletions

View File

@ -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