1
0
mirror of https://github.com/byReqz/conn.git synced 2024-11-22 09:01:15 +00:00

further typo fixes

This commit is contained in:
Nils 2021-01-20 13:04:25 +00:00 committed by GitHub
parent 3c093e71b2
commit 3f19212c40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,7 +60,6 @@ fi
elif [[ $1 == "-6" ]] || [[ "$1" == "--force-ipv6" ]];then elif [[ $1 == "-6" ]] || [[ "$1" == "--force-ipv6" ]];then
echo "-6 used, forcing IPv6 portscanning" echo "-6 used, forcing IPv6 portscanning"
echo "checking connection status for $2" echo "checking connection status for $2"
fi
echo "-------------------Availability----------------------" echo "-------------------Availability----------------------"
fping -6 -e $2 fping -6 -e $2
echo "-----------------------------------------------------" echo "-----------------------------------------------------"
@ -120,7 +119,6 @@ fi
elif [[ ! "$1" =~ [0-9]{1,3}(\.[0-9]{1,3}){3} ]] && [[ "$1" =~ [:] ]] && [[ ! "$2" =~ [:] ]] && [[ -z "$3" ]];then elif [[ ! "$1" =~ [0-9]{1,3}(\.[0-9]{1,3}){3} ]] && [[ "$1" =~ [:] ]] && [[ ! "$2" =~ [:] ]] && [[ -z "$3" ]];then
echo "detected IPv6 adress -> using -6" echo "detected IPv6 adress -> using -6"
echo "checking connection status for $1" echo "checking connection status for $1"
fi
echo "-------------------Availability----------------------" echo "-------------------Availability----------------------"
fping -6 -e $1 fping -6 -e $1
echo "-----------------------------------------------------" echo "-----------------------------------------------------"