From 84d4d7c4fed718d5af2c5d3d2d48615bb0e1e967 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 2 Nov 2014 16:52:47 +0100 Subject: [PATCH] update-motd: reset colors --- update-motd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/update-motd b/update-motd index f1c9454..a3fbc25 100755 --- a/update-motd +++ b/update-motd @@ -73,4 +73,5 @@ echo -en "$W" >> $motd zpool list >> $motd echo -e "$R===============================================================" >> $motd script -c "systemctl --failed" /dev/null | grep -E '●| UNIT' >> $motd -echo -e "$X" >> $motd +echo -en "$X" >> $motd +tput sgr0 >> $motd