From 5b943d0dcd179b6adb5674b9dee3e7e195092296 Mon Sep 17 00:00:00 2001 From: Phil Date: Sun, 26 Jun 2022 20:43:17 +0100 Subject: [PATCH] Fixed IP Command --- 00-custom | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/00-custom b/00-custom index 488f291..491cafb 100755 --- a/00-custom +++ b/00-custom @@ -7,7 +7,7 @@ echo echo "GENERAL-SYSTEM-INFORMATION" echo echo "SYSTEM-IP-ADDRESSES" -ip a | grep -Eo "inet (addr:)?([0-9]*\.){3}[0-9]*' | grep -Eo '([0-9]*\.){3}[0-9]*' | grep -v '127.0.0.1'" +ip a | grep -Eo 'inet (addr:)?([0-9]*\.){3}[0-9]*' | grep -Eo '([0-9]*\.){3}[0-9]*' | grep -v '127.0.0.1' echo echo echo "SYSTEM-STORAGE"