mirror of
				https://git.koehlerweb.org/frodovdr/guac-install
				synced 2025-10-31 07:16:40 +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:
		| @@ -148,8 +148,6 @@ echo "mysql-port: 3306" >> /etc/guacamole/guacamole.properties | ||||
| echo "mysql-database: guacamole_db" >> /etc/guacamole/guacamole.properties | ||||
| echo "mysql-username: guacamole_user" >> /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 | ||||
| service ${TOMCAT} restart | ||||
|   | ||||
		Reference in New Issue
	
	Block a user