Update motds32

# clean terminal when load MOTDs32
echo -en "\ec" > $MOTD
This commit is contained in:
Erreur32 2017-07-22 22:41:46 +02:00
parent 8c6e1aa497
commit 5033203675
1 changed files with 4 additions and 1 deletions

View File

@ -618,7 +618,10 @@ check_ntp
# Create MOTD system status header
load
echo_center "${HOSTNAME}${NTPSTATUS} > status at $(date +"%R") > ${LOAD_REPORT}" bold > $MOTD
# clean terminal when load MOTDs32
echo -en "\ec" > $MOTD
echo_center "${HOSTNAME}${NTPSTATUS} > status at $(date +"%R") > ${LOAD_REPORT}" bold >> $MOTD
echo >> $MOTD