Merge pull request #4 from caianrais/typo-patch

Fix typo
This commit is contained in:
Luke Smith 2017-11-23 18:39:50 -07:00 committed by GitHub
commit da62286715
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ dialog --title "Welcome!" --msgbox "Welcome to Luke's Auto-Rice Bootstrapping Sc
dialog --no-cancel --inputbox "First, please enter a name for the user account." 10 60 2> /tmp/.name
dialog --no-cancel --passwordbox "Enter a password for that user." 10 60 2> /tmp/.pass1
dialog --no-cancel --passwordbox "Reype password." 10 60 2> /tmp/.pass2
dialog --no-cancel --passwordbox "Retype password." 10 60 2> /tmp/.pass2
while [ $(cat /tmp/.pass1) != $(cat /tmp/.pass2) ]
do