From 87078954312a525d0e3b7422361158e7ea5df3c4 Mon Sep 17 00:00:00 2001 From: LoganDungeon Date: Sat, 11 Nov 2017 00:00:29 +0100 Subject: [PATCH] fixed a typo i found at the beginning --- larbs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/larbs.sh b/larbs.sh index 049f219..725ca29 100755 --- a/larbs.sh +++ b/larbs.sh @@ -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