Variable typo fix to resolve Issue #111

merge-requests/198/merge
Ben Schofield 2020-04-07 03:56:37 +00:00
parent b25c0d813f
commit d2b7f29b3c
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ if [ "installdbserver" = "M" ] || [ "$installdbserver" = "" ]; then
read -s sqlpassconfirm
if [ "$sqlpass" == "$sqlpassconfirm" ]; then
mariadbPasswordConfirmation = "Y"
mariadbPasswordConfirmation="Y"
else
echo "Passwords did not match."
echo "Please try again."