mirror of
https://github.com/MysticRyuujin/guac-install.git
synced 2023-10-10 13:36:56 +02:00
Fixed MCJVERSION variable
Oops
This commit is contained in:
parent
54a62c5cf2
commit
fd169f2647
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# Version Numbers of Guacamole and MySQL Connection/J to download
|
# Version Numbers of Guacamole and MySQL Connection/J to download
|
||||||
VERSION="0.9.12"
|
VERSION="0.9.12"
|
||||||
MCJVERSION = "5.1.43"
|
MCJVERSION="5.1.43"
|
||||||
|
|
||||||
# Grab a password for MySQL Root
|
# Grab a password for MySQL Root
|
||||||
read -s -p "Enter the password that will be used for MySQL Root: " mysqlrootpassword
|
read -s -p "Enter the password that will be used for MySQL Root: " mysqlrootpassword
|
||||||
|
Loading…
Reference in New Issue
Block a user