From ee3b0077561df40ea66df629ebdd13d63fd9d51f Mon Sep 17 00:00:00 2001 From: Rich Brown Date: Wed, 27 Nov 2024 14:22:04 -0500 Subject: [PATCH] Add info for the Power Adapter --- print-router-label.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/print-router-label.sh b/print-router-label.sh index fc1f871..db4325a 100644 --- a/print-router-label.sh +++ b/print-router-label.sh @@ -9,6 +9,10 @@ # you) can access it. It is pretty secure because if someone # can read the label, they can factory-reset the router # (or steal your silverware). +# +# Pro-tip: Snip out the power brick label, and tape it to the +# power brick so the router and brick don't get separated. +# # Here's an example label: # === Printed with: print-router-label.sh ============ @@ -23,6 +27,8 @@ # Wifi PW: -open- # Configured: 2024-Nov-27 # === See: github.com/richb-hanover/OpenWrtScripts === +# +# Label for Power Brick: Linksys E8450 (UBI) # Usage: sh print-router-label.sh root-password WifiSSID WifiPassword @@ -54,7 +60,7 @@ echo " Wifi PW: $WIFIPASSWD" echo " Configured: $TODAY" echo "=== See: github.com/richb-hanover/OpenWrtScripts ===" echo "" -echo "Power Brick Label: $DEVICE" +echo "Label for Power Brick: $DEVICE" echo "" }