fixed a typo i found at the beginning
This commit is contained in:
parent
9dc95d2e14
commit
8707895431
2
larbs.sh
2
larbs.sh
@ -17,7 +17,7 @@ dialog --no-cancel --passwordbox "Reype password." 10 60 2> /tmp/.pass2
|
|||||||
while [ $(cat /tmp/.pass1) != $(cat /tmp/.pass2) ]
|
while [ $(cat /tmp/.pass1) != $(cat /tmp/.pass2) ]
|
||||||
do
|
do
|
||||||
dialog --no-cancel --passwordbox "Passwords do not match.\n\nEnter password again." 10 60 2> /tmp/.pass1
|
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
|
done
|
||||||
|
|
||||||
chmod 777 /tmp/.name
|
chmod 777 /tmp/.name
|
||||||
|
Loading…
Reference in New Issue
Block a user