mirror of
https://github.com/MysticRyuujin/guac-install.git
synced 2023-10-10 13:36:56 +02: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:
parent
3f8ecfca33
commit
06ca66f50f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user