Variable typo fix to resolve Issue #111
parent
b25c0d813f
commit
d2b7f29b3c
|
@ -114,7 +114,7 @@ if [ "installdbserver" = "M" ] || [ "$installdbserver" = "" ]; then
|
||||||
read -s sqlpassconfirm
|
read -s sqlpassconfirm
|
||||||
|
|
||||||
if [ "$sqlpass" == "$sqlpassconfirm" ]; then
|
if [ "$sqlpass" == "$sqlpassconfirm" ]; then
|
||||||
mariadbPasswordConfirmation = "Y"
|
mariadbPasswordConfirmation="Y"
|
||||||
else
|
else
|
||||||
echo "Passwords did not match."
|
echo "Passwords did not match."
|
||||||
echo "Please try again."
|
echo "Please try again."
|
||||||
|
|
Loading…
Reference in New Issue