1
0
mirror of https://github.com/moshix/mvs.git synced 2026-01-13 23:26:20 +00:00

Update nicparseMacos.bash

This commit is contained in:
moshix 2023-04-17 04:27:30 -05:00 committed by GitHub
parent 94e3f93d62
commit 197d6074f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -111,7 +111,7 @@ fi
os_type # call os type determination
if [[ "$ostype" == "Linux" ]]; then
routenic=` route | grep '^default' | grep -o '[^ ]*$'` # for Linux
routenic=`route | grep '^default' | grep -o '[^ ]*$'` # for Linux
echo -e "${blue}NIC to Internet: \t${white}$routenic${reset}"
fi