From 197d6074f49c71acf81e65a68e9e5df2a5ec0ff2 Mon Sep 17 00:00:00 2001 From: moshix Date: Mon, 17 Apr 2023 04:27:30 -0500 Subject: [PATCH] Update nicparseMacos.bash --- nicparseMacos.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nicparseMacos.bash b/nicparseMacos.bash index 4ffece3..aa4cf4d 100644 --- a/nicparseMacos.bash +++ b/nicparseMacos.bash @@ -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