mirror of
https://github.com/gtxaspec/wz_mini_hacks.git
synced 2024-11-09 23:18:20 +00:00
run socat in background
This commit is contained in:
parent
3c27a89352
commit
8df4006ce9
@ -77,7 +77,7 @@ if [[ "$DISABLE_FW_UPGRADE" == "true" ]]; then
|
||||
fi
|
||||
|
||||
if [[ "$REMOTE_SPOTLIGHT" == "true" ]]; then
|
||||
/media/mmc/wz_mini/bin/socat pty,link=/dev/ttyUSB0,raw tcp:$REMOTE_SPOTLIGHT_HOST:9000
|
||||
/media/mmc/wz_mini/bin/socat pty,link=/dev/ttyUSB0,raw tcp:$REMOTE_SPOTLIGHT_HOST:9000 &
|
||||
fi
|
||||
|
||||
echo "set hostname"
|
||||
|
Loading…
Reference in New Issue
Block a user