mirror of
https://github.com/binary-kitchen/doorlockd
synced 2024-12-22 18:34:25 +01:00
Adjust homer http port
Signed-off-by: Ralf Ramsauer <ralf@ramses-pyramidenbau.de>
This commit is contained in:
parent
76d0491518
commit
eb19aaa47f
@ -1,3 +1,3 @@
|
|||||||
#!/bin/bash
|
#!/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
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
#!/bin/bash
|
#!/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
|
||||||
|
Loading…
Reference in New Issue
Block a user