From f15fb7d53021920a033461efcfd43948cc2b09a0 Mon Sep 17 00:00:00 2001 From: Bryan Roessler Date: Sun, 30 Jun 2024 22:12:17 -0400 Subject: [PATCH] Fix motd --- script-install-motd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/script-install-motd b/script-install-motd index c741d0da..517955d4 100755 --- a/script-install-motd +++ b/script-install-motd @@ -77,7 +77,7 @@ undim="\e[0m" # disk usage: ignore zfs, squashfs & tmpfs while IFS= read -r line; do dfs+=("$line"); done < <(df -H -x zfs -x squashfs -x tmpfs -x devtmpfs -x overlay --output=target,pcent,size | tail -n+2) -printf "\ndisk usage:\n" +printf "\nDisk usage:\n" for line in "${dfs[@]}"; do # get disk usage @@ -213,7 +213,7 @@ for i in ${!services[@]}; do done out+="\n" -printf "\nservices:\n" +printf "\nServices:\n" printf "$out" | column -ts $',' | sed -e 's/^/ /' EOF @@ -243,7 +243,7 @@ EOF cat <<- 'EOF' >> "$script" echo "\ -links (ctrl+click to follow): +Links (ctrl+click to follow): cockpit (administrators): http://localhost:9090 robot cam...............: http://localhost:8888 robot computer..........: vnc://192.168.16.101:5900