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 16, 2019
1 parent f019bc2 commit b99a08b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion menu/motd/10-sysinfo
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ gdrive=$(tail -n 1 /var/plexguide/gduncrypt.log)
tcrypt=$(tail -n 1 /var/plexguide/tdcrypt.log)
gcrypt=$(tail -n 1 /var/plexguide/gdcrypt.log)

wisword=$(/usr/games/fortune -as | sed "s/^/ /")

W="\e[0;39m"
G="\e[1;32m"
Expand Down Expand Up @@ -70,4 +71,8 @@ $W Storage - Cloud
$W GDrive | uncrypted : $G$gdrive
$W TDrive | uncrypted : $G$tdrive
$W GDrive | crypted : $G$gcrypt
$W TDrive | crypted : $G$tcrypt "
$W TDrive | crypted : $G$tcrypt
$W %++++++++++ WISE WORD OF THE DAY ++++++++++%
$W $W$wisword
$W %++++++++++ WISE WORD OF THE DAY ++++++++++%"

0 comments on commit b99a08b

Please sign in to comment.