fix den fix gefixed

This commit is contained in:
Zehka 2021-11-07 18:52:41 +01:00
parent 3583fddb7b
commit 897c3a442a

View File

@ -20,7 +20,7 @@ fi
case $action in
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)
;;