diff --git a/build-a-pi b/build-a-pi index b8a0c46..108185b 100755 --- a/build-a-pi +++ b/build-a-pi @@ -295,7 +295,7 @@ for the Hot Spot\rNOTE: The last field is the password for the hotspot. You connect to your Pi when it is in hotspot mode This password can only contain letters and numbers" \ --title="Build-a-Pi" \ --field="Home Wifi SSID":CB "$LIST" \ - --field="Home Wifi Password" \ + --field="Home Wifi Password":H \ --field="Hot Spot Password" \ --button="Exit":1 \ --button="Continue":2 \ @@ -462,7 +462,7 @@ if [ -n "$PATCHECK" ]; then --image ${LOGO} --window-icon=${LOGO} --image-on-top --separator="|" --item-separator="|" \ --text="version $VERSION" \ --field="Six Character Grid Square" \ - --field="Winlink Password" \ + --field="Winlink Password":H \ --field="Password is case sensitive":LBL \ --button="Continue":2) GRID=$(echo ${INFO} | awk -F "|" '{print $1}')