diff --git a/INSTALL/CentOS - Quick Install.sh b/INSTALL/CentOS - Quick Install.sh index 022fa4fe..3220cd48 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."