setup ssh splash screen using motd for debian bullseye

This commit is contained in:
2022-08-21 10:34:04 -04:00
parent bcbca14816
commit 47dfd8aa22
5 changed files with 23 additions and 6 deletions

View File

@@ -143,6 +143,7 @@ swap_usage=`free -m | awk '/Swap:/ { printf("%3.1f%%", $3/$2*100) }'`
#getboardtemp
# DISPLAY
echo
echo "System information as of: $date"
echo
display "System load" "${load%% *}" "${critical_load}" "0" "" "${load#* }"