mirror of
https://github.com/byReqz/conn.git
synced 2024-11-22 00:53:14 +00:00
further typo fixes
This commit is contained in:
parent
3c093e71b2
commit
3f19212c40
2
conn.sh
2
conn.sh
@ -60,7 +60,6 @@ fi
|
||||
elif [[ $1 == "-6" ]] || [[ "$1" == "--force-ipv6" ]];then
|
||||
echo "-6 used, forcing IPv6 portscanning"
|
||||
echo "checking connection status for $2"
|
||||
fi
|
||||
echo "-------------------Availability----------------------"
|
||||
fping -6 -e $2
|
||||
echo "-----------------------------------------------------"
|
||||
@ -120,7 +119,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
|
||||
echo "-----------------------------------------------------"
|
||||
|
Loading…
Reference in New Issue
Block a user