From f5bebc8e9d2a4465c84b7c2489936375122c7f3b Mon Sep 17 00:00:00 2001 From: Chase Wright Date: Thu, 18 Jan 2018 10:26:02 -0500 Subject: [PATCH] Revert Change (Wrong Branch) --- guac-install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/guac-install.sh b/guac-install.sh index 9e61fff..d03b08c 100644 --- a/guac-install.sh +++ b/guac-install.sh @@ -141,6 +141,8 @@ ln -s /etc/guacamole/guacamole.war /var/lib/${TOMCAT}/webapps/ ln -s /usr/local/lib/freerdp/guac*.so /usr/lib/${BUILD_FOLDER}/freerdp/ cp mysql-connector-java-${MCJVERSION}/mysql-connector-java-${MCJVERSION}-bin.jar /etc/guacamole/lib/ cp guacamole-auth-jdbc-${VERSION}-incubating/mysql/guacamole-auth-jdbc-mysql-${VERSION}-incubating.jar /etc/guacamole/extensions/ +rm -rf /usr/share/${TOMCAT}/.guacamole +ln -s /etc/guacamole /usr/share/${TOMCAT}/.guacamole # Configure guacamole.properties echo "mysql-hostname: localhost" >> /etc/guacamole/guacamole.properties