From eb19aaa47fa24a5426b44e66f7507618f14ec34a Mon Sep 17 00:00:00 2001 From: Ralf Ramsauer Date: Sun, 24 Apr 2016 01:52:42 +0200 Subject: [PATCH] Adjust homer http port Signed-off-by: Ralf Ramsauer --- doorlockd/scripts/post_lock | 2 +- doorlockd/scripts/post_unlock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doorlockd/scripts/post_lock b/doorlockd/scripts/post_lock index 36cdca5..872ecee 100755 --- a/doorlockd/scripts/post_lock +++ b/doorlockd/scripts/post_lock @@ -1,3 +1,3 @@ #!/bin/bash -wget -O /dev/null --timeout 3 "http://homer.binary.kitchen:8080/set?color=000000" > /dev/null 2>&1 +wget -O /dev/null --timeout 3 "http://homer.binary.kitchen/set?color=000000" > /dev/null 2>&1 diff --git a/doorlockd/scripts/post_unlock b/doorlockd/scripts/post_unlock index 1dc172b..fcdfab3 100755 --- a/doorlockd/scripts/post_unlock +++ b/doorlockd/scripts/post_unlock @@ -1,3 +1,3 @@ #!/bin/bash -wget -O /dev/null --timeout 3 "http://homer.binary.kitchen:8080/set?color=0000FF" > /dev/null 2>&1 +wget -O /dev/null --timeout 3 "http://homer.binary.kitchen/set?color=0000FF" > /dev/null 2>&1