From 2c4f981b6c89e624dd22f8d378f74d3206642f08 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 19 Dec 2014 13:14:39 +0100 Subject: [PATCH] fix tput --- update-motd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update-motd b/update-motd index b57579c..515dcda 100755 --- a/update-motd +++ b/update-motd @@ -72,4 +72,4 @@ zpool list >> $motd echo -e "$R===============================================================" >> $motd script -c "systemctl --failed" /dev/null | grep -E '●| UNIT' >> $motd echo -en "$X" >> $motd -tput sgr0 >> $motd +TERM=screen-256color tput sgr0 >> $motd