mirror of
https://github.com/byReqz/conn.git
synced 2024-11-24 17:54:55 +00:00
fix typo
empty line removed
This commit is contained in:
parent
436c1f0563
commit
3c093e71b2
1
conn.sh
1
conn.sh
@ -120,7 +120,6 @@ fi
|
||||
elif [[ ! "$1" =~ [0-9]{1,3}(\.[0-9]{1,3}){3} ]] && [[ "$1" =~ [:] ]] && [[ ! "$2" =~ [:] ]] && [[ -z "$3" ]];then
|
||||
echo "detected IPv6 adress -> using -6"
|
||||
echo "checking connection status for $1"
|
||||
|
||||
fi
|
||||
echo "-------------------Availability----------------------"
|
||||
fping -6 -e $1
|
||||
|
Loading…
Reference in New Issue
Block a user