Skip to content

Commit

Permalink
feat: add environment detail
Browse files Browse the repository at this point in the history
  • Loading branch information
dgibbs64 committed Oct 17, 2023
1 parent 999602d commit a95ad2b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lgsm/modules/info_messages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ fn_info_message_distro() {
# Arch: x86_64
# Kernel: 5.4.0-65-generic
# Hostname: server
# Environment: kvm
# Uptime: 16d, 5h, 18m
# tmux: tmux 3.0a
# glibc: 2.31
Expand All @@ -89,6 +90,7 @@ fn_info_message_distro() {
echo -e "${lightblue}Arch:\t${default}${arch}"
echo -e "${lightblue}Kernel:\t${default}${kernel}"
echo -e "${lightblue}Hostname:\t${default}${HOSTNAME}"
echo -e "${lightblue}Environment:\t${default}${virtualenvironment}"
echo -e "${lightblue}Uptime:\t${default}${days}d, ${hours}h, ${minutes}m"
echo -e "${lightblue}tmux:\t${default}${tmuxv}"
echo -e "${lightblue}glibc:\t${default}${glibcversion}"
Expand Down

0 comments on commit a95ad2b

Please sign in to comment.