Import updates from NetOS

This commit is contained in:
2017-02-08 12:30:20 +03:30
parent 0a841546d9
commit afb62ead1b
3 changed files with 4 additions and 3 deletions

View File

@ -58,7 +58,7 @@ if [ $# -lt 1 ]; then
elif [ "$1" == "suggest" ]; then
awk '/---/{print $1}' ${STATFILE}
awk '/--$/{print $1}' ${STATFILE}
elif [ "$1" == "autoconf" ]; then
${NETSTAT} -Q >/dev/null 2>&1 && echo yes || echo no