mirror of
https://github.com/km4ack/pi-scripts
synced 2026-08-13 17:52:05 -04:00
add hotspot password note
This commit is contained in:
parent
83c6345225
commit
8564d2af7b
1 changed files with 2 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue