ip.sh: add message

This commit is contained in:
glitchd 2019-09-14 07:06:29 -05:00
parent e5c65136c4
commit f5acfc3e1c

2
ip.sh
View File

@ -44,7 +44,7 @@ case "${1}" in
;;
*)
echo -e "${LGREEN}type --help or -h for more options${NC}\n"
echo -e "\n${LCYAN}Local IP: ${lanip}${NC}\n"
echo -e "${YELLOW}Public IP: ${pubip}${NC}\n"
;;