Fixed MCJVERSION variable

Oops
This commit is contained in:
Chase Wright 2017-07-24 15:26:06 -05:00 committed by GitHub
parent 54a62c5cf2
commit fd169f2647
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# Version Numbers of Guacamole and MySQL Connection/J to download
VERSION="0.9.12"
MCJVERSION = "5.1.43"
MCJVERSION="5.1.43"
# Grab a password for MySQL Root
read -s -p "Enter the password that will be used for MySQL Root: " mysqlrootpassword