mirror of
https://github.com/gtxaspec/wz_mini_hacks.git
synced 2024-11-12 16:28:20 +00:00
delay execution of socat
This commit is contained in:
parent
8df4006ce9
commit
64282a7862
@ -77,7 +77,8 @@ 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 &
|
||||
{ sleep 10; /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