Fix motd
This commit is contained in:
@@ -60,8 +60,7 @@ $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 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
|
||||
|
||||
Reference in New Issue
Block a user