Fixed typo

This commit is contained in:
Phil 2022-06-26 20:40:16 +01:00
parent b357934844
commit f053321037

View File

@ -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"