diff --git a/script-install-banner b/script-install-banner index 84faaba2..f4d4eb69 100644 --- a/script-install-banner +++ b/script-install-banner @@ -23,7 +23,7 @@ echo -n ' ' EOF -# CPU info +# System info cat <<- 'EOF' >> "$profiledir/motd.sh" # get load averages IFS=" " read LOAD1 LOAD5 LOAD15 <<<$(cat /proc/loadavg | awk '{ print $1,$2,$3 }')