From 325a14c455008b61b608ef53f01051b97b35774e Mon Sep 17 00:00:00 2001 From: Eben van Deventer Date: Thu, 20 Jan 2022 23:51:07 +0200 Subject: [PATCH] Generate guacd.conf for 1.4.0 (#212) * Create guacd.conf Fixes #208 and #207 ? Co-authored-by: Chase Wright --- guac-install.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/guac-install.sh b/guac-install.sh index 8e13777..74ebd62 100755 --- a/guac-install.sh +++ b/guac-install.sh @@ -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-*