From 75b9f1eb66081e74ed7ea14dd57293c76e5dd6ba Mon Sep 17 00:00:00 2001 From: Johannes Emerich Date: Fri, 24 May 2024 13:01:43 +0200 Subject: [PATCH] Indent MAC address information This should help identify the logical group with MAC text and QR code. --- application/playos-status.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/application/playos-status.nix b/application/playos-status.nix index 858b9a9a..2b5043e5 100644 --- a/application/playos-status.nix +++ b/application/playos-status.nix @@ -25,9 +25,11 @@ let "Persistent storage:" \ "$dataDiskFree" \ "Controller: $controller" \ - "Network interfaces: $ethernetMacs $wlanMacs" \ + "Network interfaces:" \ + " $ethernetMacs $wlanMacs" \ > ${ttyPath} qrencode -m 2 -t utf8 <<< "$ethernetMacs $wlanMacs" \ + | pr -T -o 2 \ > ${ttyPath} printf "\n%s" "Updated at: $time" > ${ttyPath} sleep 5