1
0
mirror of https://git.koehlerweb.org/frodovdr/guac-install synced 2025-01-13 11:11:13 +01:00

Remove rm and ln for tomcat/.guacamole

According to the documentation, none of this will be required (not even sure it was correct to begin with hah)
This commit is contained in:
Chase Wright 2018-01-18 10:23:51 -05:00 committed by GitHub
parent 3f8ecfca33
commit 06ca66f50f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -148,8 +148,6 @@ echo "mysql-port: 3306" >> /etc/guacamole/guacamole.properties
echo "mysql-database: guacamole_db" >> /etc/guacamole/guacamole.properties echo "mysql-database: guacamole_db" >> /etc/guacamole/guacamole.properties
echo "mysql-username: guacamole_user" >> /etc/guacamole/guacamole.properties echo "mysql-username: guacamole_user" >> /etc/guacamole/guacamole.properties
echo "mysql-password: $guacdbuserpassword" >> /etc/guacamole/guacamole.properties echo "mysql-password: $guacdbuserpassword" >> /etc/guacamole/guacamole.properties
rm -rf /usr/share/${TOMCAT}/.guacamole
ln -s /etc/guacamole /usr/share/${TOMCAT}/.guacamole
# restart tomcat # restart tomcat
service ${TOMCAT} restart service ${TOMCAT} restart