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

Ensure guacd started

I don't know if this is required but it doesn't hurt
This commit is contained in:
Chase Wright 2018-01-20 21:57:00 -05:00 committed by GitHub
parent 0569824494
commit f736bc6389
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -172,6 +172,9 @@ echo $SQLCODE | mysql -u root -p$mysqlrootpassword
# Add Guacamole schema to newly created database
cat guacamole-auth-jdbc-${GUACVERSION}/mysql/schema/*.sql | mysql -u root -p$mysqlrootpassword guacamole_db
# Ensure guacd is started
service guacd start
# Cleanup
rm -rf guacamole-*
rm -rf mysql-connector-java-${MCJVERSION}*