From 8564d2af7b10f8b3b01b98d6762dd78ba335e0c2 Mon Sep 17 00:00:00 2001 From: KM4ACK <42844783+km4ack@users.noreply.github.com> Date: Wed, 11 Sep 2019 06:24:19 -0500 Subject: [PATCH] add hotspot password note --- autohotspotN-setup | 2 ++ 1 file changed, 2 insertions(+) diff --git a/autohotspotN-setup b/autohotspotN-setup index 423f4ba..258fc53 100644 --- a/autohotspotN-setup +++ b/autohotspotN-setup @@ -23,6 +23,8 @@ wifipass () { echo;echo;echo echo "This password will be used to connect to the pi" echo "when the pi is in hotspot mode" +#credit next line to Ray, N3HYM +echo "Password should be between 8-63 characters" read -p "Enter password to use with new hotspot " wifipasswd echo;echo echo "You entered $wifipasswd"