add hotspot password note

This commit is contained in:
KM4ACK 2019-09-11 06:24:19 -05:00 committed by GitHub
parent 83c6345225
commit 8564d2af7b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"