mirror of
https://github.com/unifi-utilities/unifios-utilities.git
synced 2024-08-30 18:32:21 +00:00
hdhomerun: Correction in on_boot script (#339)
I needed to make this edit in order for the script to work for me. The brackets were being passed to socat which was giving a name not known error.
This commit is contained in:
parent
4a1d6f11b3
commit
381ec1e022
@ -2,4 +2,4 @@
|
|||||||
# Place cross compiled version of `socat` in /mnt/data/hdhomerun
|
# Place cross compiled version of `socat` in /mnt/data/hdhomerun
|
||||||
HDHOMERUN_IP=10.10.30.146
|
HDHOMERUN_IP=10.10.30.146
|
||||||
|
|
||||||
/mnt/data/hdhomerun/socat -d -d -v udp4-recvfrom:65001,broadcast,fork udp4-sendto:{$HDHOMERUN_IP}:65001 &
|
/mnt/data/hdhomerun/socat -d -d -v udp4-recvfrom:65001,broadcast,fork udp4-sendto:$HDHOMERUN_IP:65001 &
|
||||||
|
Loading…
Reference in New Issue
Block a user