From 895f4227357cc6814808c1d42a13cc4064a2040d Mon Sep 17 00:00:00 2001 From: Bryan Roessler Date: Sun, 30 Jun 2024 20:46:45 -0400 Subject: [PATCH] Fix motd --- script-install-motd | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/script-install-motd b/script-install-motd index 11ef8134..fd1d7b7f 100755 --- a/script-install-motd +++ b/script-install-motd @@ -58,10 +58,9 @@ $W Distro......: $W`cat /etc/*release | grep "PRETTY_NAME" | cut -d "=" -f 2- | $W Kernel......: $W`uname -sr` $W Uptime......: $W`uptime -p` $W Load........: $G$LOAD1$W (1m), $G$LOAD5$W (5m), $G$LOAD15$W (15m) -$W Processes...:$W $G$PROCESS_ROOT$W (root), $G$PROCESS_USER$W (user), $G$PROCESS_ALL$W (total) +$W Processes...: $W$G$PROCESS_ROOT$W (root), $G$PROCESS_USER$W (user), $G$PROCESS_ALL$W (total) $W CPU.........: $W$PROCESSOR_NAME ($G$PROCESSOR_COUNT$W vCPU) -$W Memory......: $G$USED$W used, $G$AVAIL$W avail, $G$TOTAL$W total$W -$W Manual......: https://docs.google.com/document/d/1K_KwAlv8Zljmy-enwmhT6gMTFutlAFglixvpLGBx0VY" +$W Memory......: $G$USED$W used, $G$AVAIL$W avail, $G$TOTAL$W total$W" EOF # Disk usage @@ -242,10 +241,11 @@ EOF # Help links cat <<- 'EOF' >> "$script" +echo "\ Cockpit (graphical admin): http://localhost:9090 Robot webcam: http://localhost:8888 Robot computer: vnc://192.168.16.101:5900 -Manual: https://docs.google.com/document/d/1K_KwAlv8Zljmy-enwmhT6gMTFutlAFglixvpLGBx0VY +Manual: https://docs.google.com/document/d/1K_KwAlv8Zljmy-enwmhT6gMTFutlAFglixvpLGBx0VY" EOF # Scheduled reboot