Merge branch 'master' of ssh://git.chaospott.de:2222/Chaospott/foodoord
This commit is contained in:
commit
72b2276603
4
foodoor
4
foodoor
@ -20,7 +20,7 @@ fi
|
|||||||
|
|
||||||
case $action in
|
case $action in
|
||||||
close|open)
|
close|open)
|
||||||
echo $action | tee $PIPE_PATH > /tmp/state
|
echo $action | tee $PIPE_PATH |sed 's/open/UNLOCKED/;s/close/LOCKED/' > /state
|
||||||
;;
|
;;
|
||||||
status)
|
status)
|
||||||
;;
|
;;
|
||||||
@ -32,6 +32,6 @@ esac
|
|||||||
|
|
||||||
if [ $isTriggerActivated -eq 1 ]
|
if [ $isTriggerActivated -eq 1 ]
|
||||||
then
|
then
|
||||||
cat /tmp/state
|
cat /state
|
||||||
sleep 2
|
sleep 2
|
||||||
fi
|
fi
|
||||||
|
@ -41,7 +41,7 @@ rm -f ${temp_outfile}
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$valid" = true ]; then
|
if [ "$valid" = true ]; then
|
||||||
echo "command=\"/usr/sbin/foodoor \$action \",no-port-forwarding,no-X11-forwarding,no-agent-forwarding ${keyfile}" >> ${temp_outfile}
|
echo "command=\"/usr/sbin/foodoor \$action \",no-port-forwarding,no-X11-forwarding,no-agent-forwarding $(cat ${keyfile})" >> ${temp_outfile}
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user