Commit 1a0ec03e authored by Rafael Monnerat's avatar Rafael Monnerat

[quick-debian-install] Use single [ (Typo)

parent 735c07fe
...@@ -59,7 +59,7 @@ IPV6WAITTIME=5 ...@@ -59,7 +59,7 @@ IPV6WAITTIME=5
# Wait for native ipv6 connection to be ready # Wait for native ipv6 connection to be ready
i=0 i=0
ping6 -c 2 ipv6.google.com ping6 -c 2 ipv6.google.com
while [[ $? != 0 ]] && [[ $i < $IPV6WAITTIME ]] while [ $? != 0 ] && [ $i < $IPV6WAITTIME ]
do do
let i++ let i++
sleep 1 sleep 1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment