some more fixes, reboot-safeness and default trigger response

This commit is contained in:
Zehka 2021-11-07 18:47:08 +01:00
parent ec75fc14e3
commit 3995b4b289
1 changed files with 1 additions and 1 deletions

View File

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