From 603a72e648ced831cebd9f401fe1af2a20ccac6b Mon Sep 17 00:00:00 2001 From: KatolaZ Date: Thu, 5 Jan 2017 00:15:33 +0000 Subject: version 0.2 released --- setnet.sh | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'setnet.sh') diff --git a/setnet.sh b/setnet.sh index b15ec25..a352b44 100755 --- a/setnet.sh +++ b/setnet.sh @@ -47,7 +47,7 @@ DIALOG="dialog --backtitle \"${TOPSTR}\" " ## the script will exit ## -HARD_DEPS="ip dhclient dialog netstat" +HARD_DEPS="ip dhclient dialog iwconfig" ## ## Suggested dependencies. The script will issue a warning if any of @@ -1285,7 +1285,7 @@ netdiag_routes(){ HAS_NETSTAT=$(echo ${HAS_OPTS} | grep -c " netstat ") if [ ${HAS_NETSTAT} -ne 1 ]; then - notfound "nestat" + notfound "netstat" return fi @@ -1333,7 +1333,7 @@ netdiag_connections(){ HAS_NETSTAT=$(echo ${HAS_OPTS} | grep -c " netstat ") if [ ${HAS_NETSTAT} -ne 1 ]; then - notfound "nestat" + notfound "netstat" return fi @@ -1362,7 +1362,7 @@ netdiag_services(){ HAS_NETSTAT=$(echo ${HAS_OPTS} | grep -c " netstat ") if [ ${HAS_NETSTAT} -ne 1 ]; then - notfound "nestat" + notfound "netstat" return fi @@ -1469,7 +1469,6 @@ netdiag_query(){ kill -9 ${QUERYPID} fi fi - } ##function -- cgit v1.2.3