typo fixed
This commit is contained in:
parent
4524ebf944
commit
b0b8f6d793
1 changed files with 2 additions and 2 deletions
|
@ -179,7 +179,7 @@ do
|
||||||
u|U)
|
u|U)
|
||||||
|
|
||||||
CONTINUESTEP=false
|
CONTINUESTEP=false
|
||||||
while [ CONTINUESTEP == false ]
|
while [ $CONTINUESTEP != true ]
|
||||||
do
|
do
|
||||||
message "Do you want to set a password for '${RED}root${ENDCOLOR}'?"
|
message "Do you want to set a password for '${RED}root${ENDCOLOR}'?"
|
||||||
read -p "[y/n] > " ROOTPASSCHANGE
|
read -p "[y/n] > " ROOTPASSCHANGE
|
||||||
|
@ -190,7 +190,7 @@ do
|
||||||
CONTINUESTEP=true
|
CONTINUESTEP=true
|
||||||
;;
|
;;
|
||||||
|
|
||||||
n|no()
|
n|no)
|
||||||
message "leaving root password empty"
|
message "leaving root password empty"
|
||||||
CONTINUESTEP=true
|
CONTINUESTEP=true
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue