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:
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-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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user