1
0
mirror of https://github.com/MysticRyuujin/guac-install.git synced 2023-10-10 13:36:56 +02:00

Finishing Notes and Recommendation

This commit is contained in:
Chase Wright 2017-11-12 10:57:04 -06:00 committed by GitHub
parent 8180039f58
commit 5144fa9d49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -128,3 +128,5 @@ cat guacamole-auth-jdbc-${VERSION}-incubating/mysql/schema/*.sql | mysql -u root
# Cleanup # Cleanup
rm -rf guacamole-* rm -rf guacamole-*
rm -rf mysql-connector-java-${MCJVERSION}* rm -rf mysql-connector-java-${MCJVERSION}*
echo -e "Installation Complete\nhttp://localhost:8080/guacamole/\nDefault login guacadmin:guacadmin\nBe sure to change the password."