update-motd: reset colors

This commit is contained in:
root 2014-11-02 16:52:47 +01:00
parent ae9b07dba9
commit 84d4d7c4fe
1 changed files with 2 additions and 1 deletions

View File

@ -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