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