Skip to content

Commit

Permalink
Indent MAC address information
Browse files Browse the repository at this point in the history
This should help identify the logical group with MAC text and QR code.
  • Loading branch information
knuton committed May 24, 2024
1 parent e6be7a3 commit 75b9f1e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion application/playos-status.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 75b9f1e

Please sign in to comment.