From a7a2a8a35fd4daad5f3a5db28fb01312bfe6df77 Mon Sep 17 00:00:00 2001 From: "Caian R. Ertl" Date: Tue, 14 Nov 2017 19:53:28 -0200 Subject: [PATCH] Fix typo --- larbs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/larbs.sh b/larbs.sh index 725ca29..cfe998c 100755 --- a/larbs.sh +++ b/larbs.sh @@ -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