Fix for use with 1.4.0

Similar to fix in guac-upgrade I proposed earlier.
This commit is contained in:
Eben van Deventer 2022-01-20 21:05:06 +02:00 committed by GitHub
parent 7439869bfc
commit 0add7f2ff8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -676,6 +676,14 @@ fi
# I think there is another service called firewalld that some people could be running instead
# Unless someone opens an issue about it or submits a pull request, I'm going to ignore it for now
# Create guacd.conf file required for 1.4.0
echo -e "${BLUE}Create guacd.conf file...${NC}"
cat> > /etc/guacamole/guacd.conf <<- "EOF"
[server]
bind_host = 0.0.0.0
bind_port = 4822
EOF
# Cleanup
echo -e "${BLUE}Cleanup install files...${NC}"
rm -rf guacamole-*