the same as above, now with changes

This commit is contained in:
Zehka 2021-11-07 18:49:54 +01:00
parent 3995b4b289
commit 3583fddb7b
1 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ fi
case $action in
close|open)
echo $action | tee $PIPE_PATH |sed 's/open/UNLOCKED/' 's/close/LOCKED' > /tmp/state
echo $action | tee $PIPE_PATH |sed 's/open/UNLOCKED/' 's/close/LOCKED/' > /state
;;
status)
;;
@ -32,6 +32,6 @@ esac
if [ $isTriggerActivated -eq 1 ]
then
cat /tmp/state
cat /state
sleep 2
fi