diff --git a/doorlockd/scripts/post_unlock b/doorlockd/scripts/post_unlock index a9bf588..1dc172b 100755 --- a/doorlockd/scripts/post_unlock +++ b/doorlockd/scripts/post_unlock @@ -1 +1,3 @@ #!/bin/bash + +wget -O /dev/null --timeout 3 "http://homer.binary.kitchen:8080/set?color=0000FF" > /dev/null 2>&1