From e98cd76ec00c1983aaabde49d5cc35fc4a07177e Mon Sep 17 00:00:00 2001 From: A Holt Date: Wed, 18 Sep 2024 15:17:59 -0400 Subject: [PATCH] iiab-vpn: Trailing newline forgotten in PR #3800 --- roles/tailscale/templates/iiab-vpn | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/tailscale/templates/iiab-vpn b/roles/tailscale/templates/iiab-vpn index 41596b959..a7ea67298 100755 --- a/roles/tailscale/templates/iiab-vpn +++ b/roles/tailscale/templates/iiab-vpn @@ -60,3 +60,4 @@ echo -e " tailscale logout\n" # More useful output than 'tailscale status' echo -e "\e[44;1mVPN peers: (rightmost column = online/offline)\e[0m\n" tailscale status --json | jq -r '.Self,.Peer[] | .Tags[] + " " + .TailscaleIPs[] + " " + .HostName + " " + .DNSName + " " + .OS + " " + .Relay + " " + (.Online|tostring)' | sort -V | column -t +echo