Update motds32
# clean terminal when load MOTDs32 echo -en "\ec" > $MOTD
This commit is contained in:
parent
8c6e1aa497
commit
5033203675
1 changed files with 4 additions and 1 deletions
|
@ -618,7 +618,10 @@ check_ntp
|
||||||
# Create MOTD system status header
|
# Create MOTD system status header
|
||||||
load
|
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
|
echo >> $MOTD
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue