Compare commits
2 Commits
6f3fdb349b
...
f3599dbfe7
Author | SHA1 | Date |
---|---|---|
Ruben Mosblech | f3599dbfe7 | |
Ruben Mosblech | 5742bbe2cd |
|
@ -71,7 +71,7 @@ function locate_interface_to_shark() {
|
|||
printf "\n%s" 'Waiting for a Shark Jack to be connected..'
|
||||
while [[ -z $IFACE ]]; do
|
||||
printf "%s" .
|
||||
IFACE=$(ip route show to match 172.16.24.1 2>/dev/null| grep -i 172.16.24.1 | cut -d ' ' -f3 | grep -v 172.16.24.1)
|
||||
IFACE=$(ip route show to match 172.16.24.1 2>/dev/null| grep -i 172.16.24.1 | cut -d ' ' -f3)
|
||||
sleep 1
|
||||
done
|
||||
echo -e "\n"
|
||||
|
|
Loading…
Reference in New Issue