From d2b7f29b3c51a11f89b9d76ff24535b8d0e91563 Mon Sep 17 00:00:00 2001 From: Ben Schofield Date: Tue, 7 Apr 2020 03:56:37 +0000 Subject: [PATCH] Variable typo fix to resolve Issue #111 --- INSTALL/CentOS - Quick Install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL/CentOS - Quick Install.sh b/INSTALL/CentOS - Quick Install.sh index 3220cd48..022fa4fe 100644 --- a/INSTALL/CentOS - Quick Install.sh +++ b/INSTALL/CentOS - Quick Install.sh @@ -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."