Skip to content

Commit

Permalink
Update 10-sysinfo
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDoobPG authored and MrDoobPG committed Oct 24, 2019
1 parent c87a9f3 commit e2f0f8a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions menu/motd/10-sysinfo
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ DOCKER=$(systemctl is-active docker)
DOCKER2=$(docker --version | awk '{print $3}')
UNIONFS=$(systemctl is-active pgunion)

PTS=$(cat /var/plexguide/pg.number)
HSTNAME=$(cat /etc/hostname)

###storage local part
Expand Down Expand Up @@ -51,6 +52,7 @@ ${W}System information as of $(date) :
$W Hostname.......: $W$HSTNAME
$W Distro.........: $W$(lsb_release -s -d)
$W PTS-Version....: $W$PTS
$W Kernel.........: $W$(uname -sr)
$W Uptime.........: $W$(uptime -p)
Expand Down

0 comments on commit e2f0f8a

Please sign in to comment.