Skip to content
Snippets Groups Projects
Commit 4bd3f541 authored by Steven Barth's avatar Steven Barth
Browse files

6in4: fix typo in last commit

SVN-Revision: 35409
parent a0a91963
No related branches found
No related tags found
No related merge requests found
...@@ -65,7 +65,7 @@ proto_6in4_setup() { ...@@ -65,7 +65,7 @@ proto_6in4_setup() {
local max=3 local max=3
while [ $((++try)) -le $max ]; do while [ $((++try)) -le $max ]; do
( wget -qO/dev/null "$url" 2>/dev/null ) & ( exec wget -qO/dev/null "$url" 2>/dev/null ) &
local pid=$! local pid=$!
( sleep 5; kill $pid 2>/dev/null ) & ( sleep 5; kill $pid 2>/dev/null ) &
wait $pid && break wait $pid && break
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment