fix den fix gefixed

This commit is contained in:
Zehka 2021-11-07 18:52:41 +01:00
parent 3583fddb7b
commit 897c3a442a
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ fi
case $action in case $action in
close|open) close|open)
echo $action | tee $PIPE_PATH |sed 's/open/UNLOCKED/' 's/close/LOCKED/' > /state echo $action | tee $PIPE_PATH |sed 's/open/UNLOCKED/;s/close/LOCKED/' > /state
;; ;;
status) status)
;; ;;