mirror of
https://github.com/ivanilves/xiringuito.git
synced 2025-05-29 05:20:24 -07:00
Make faster: run_without_route_discovery
This commit is contained in:
parent
2540ae689a
commit
cc976db8f9
@ -7,7 +7,8 @@ if [[ -f ${WD}/discover-routes ]]; then
|
||||
fi
|
||||
|
||||
${XIRI_EXE} -f 1 -X ${SSH_USER}@${REMOTE_IP} &
|
||||
XIRI_PID=${!}; sleep ${INIT_DELAY}
|
||||
XIRI_PID=${!}
|
||||
wait_for true ${INIT_DELAY} pgrep -f -- "-w.*${SSH_USER}@${REMOTE_IP}"
|
||||
|
||||
warn "$(ip route | grep 10.42.42.42)"
|
||||
if [[ -n "$(ip route | grep 10.42.42.42)" ]]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user