Update guac-upgrade.sh

This commit is contained in:
Eben van Deventer 2022-01-20 21:00:37 +02:00 committed by GitHub
parent 5e99b04d56
commit 0de5f8293f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 4 deletions

View File

@ -199,10 +199,11 @@ done
# Create guacd.conf file required for 1.4.0
echo -e "${BLUE}Create guacd.conf file...${NC}"
cat>/etc/guacamole/guacd.conf
echo'[server]'>/etc/guacamole/guacd.conf
echo'bind_host = 0.0.0.0'/etc/guacamole/guacd.conf
echo'bind_port = 4822'/etc/guacamole/guacd.conf
cat> > /etc/guacamole/guacd.conf <<- "EOF"
[server]
bind_host = 0.0.0.0
bind_port = 4822
EOF
# Start tomcat and Guacamole
echo -e "${BLUE}Starting tomcat and guacamole...${NC}"