From a0e249700036baf6cd4fc0527c892607501b2837 Mon Sep 17 00:00:00 2001 From: Aaron Guise Date: Fri, 27 Nov 2020 16:20:37 +1300 Subject: [PATCH] Added concatenation of /etc/motd contents --- templates/dynmotd | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/dynmotd b/templates/dynmotd index e4f47a3..803e52b 100644 --- a/templates/dynmotd +++ b/templates/dynmotd @@ -75,4 +75,5 @@ echo -e " $COLOR_COLUMN- System uptime$RESET_COLORS.......: $COLOR_VALUE $upDays days $upHours hours $upMins minutes $upSecs seconds $RESET_COLORS $COLOR_COLUMN- Disk space$RESET_COLORS..........: $COLOR_VALUE $ROOT remaining $RESET_COLORS =========================================================================== +`/usr/bin/cat /etc/motd` "