Skip to content

Commit

Permalink
add ip vars
Browse files Browse the repository at this point in the history
  • Loading branch information
dgibbs64 committed Oct 29, 2023
1 parent b2f7e37 commit 100465f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions lgsm/modules/command_dev_query_raw.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,16 @@ info_game.sh
info_distro.sh
info_messages.sh

echo -e ""
echo -e "${lightgreen}IP Addresses Variables${default}"
fn_messages_separator
echo -e ""
echo -e "IP: ${ip}"
echo -e "HTTP IP: ${httpip}"
echo -e "Public IP: ${publicip}"
echo -e "Telnet IP: ${telnetip}"
echo -e "Display IP: ${displayip}"

echo -e ""
echo -e "${lightgreen}Query IP Addresses${default}"
fn_messages_separator
Expand Down

0 comments on commit 100465f

Please sign in to comment.