Skip to content

Commit

Permalink
add messaging around check (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
sakai135 authored Sep 16, 2021
1 parent 0801e6e commit 4273cb7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions wsl-vpnkit
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,11 @@ relay () {
}

relay_wait () {
echo "waiting for $SOCKET_PATH ..."
while [ ! -S "$SOCKET_PATH" ]; do
sleep 0.1
done
echo "found $SOCKET_PATH"
}

vpnkit () {
Expand Down Expand Up @@ -56,9 +58,11 @@ tap () {
}

tap_wait () {
echo "waiting for $TAP_NAME ..."
while [ ! -e "/sys/class/net/$TAP_NAME" ]; do
sleep 0.1
done
echo "found $TAP_NAME"
}

ipconfig () {
Expand Down

0 comments on commit 4273cb7

Please sign in to comment.