Merge pull request #3 from LoganDungeon/patch-1

fixed a typo i found at the beginning
This commit is contained in:
Luke Smith 2017-11-12 22:58:38 -07:00 committed by GitHub
commit 4ad9d5258d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ dialog --no-cancel --passwordbox "Reype password." 10 60 2> /tmp/.pass2
while [ $(cat /tmp/.pass1) != $(cat /tmp/.pass2) ]
do
dialog --no-cancel --passwordbox "Passwords do not match.\n\nEnter password again." 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
done
chmod 777 /tmp/.name