mirror of
				https://git.koehlerweb.org/frodovdr/guac-install
				synced 2025-10-31 13:26:40 +01:00 
			
		
		
		
	Update guac-upgrade.sh (#220)
Fixes upgrade 1.2.0 to 1.4.0 while the directories do not exist after upgrade to version 1.4.0. So FreeRDP can not access this folders with "daemon" user. So I obtained this parts from the guac-install.sh to make RDP work again on upgraded 1.4.0 Version. # Fix for #196 mkdir -p /usr/sbin/.config/freerdp chown daemon:daemon /usr/sbin/.config/freerdp # Fix for #197 mkdir -p /var/guacamole chown daemon:daemon /var/guacamole
This commit is contained in:
		| @@ -197,6 +197,14 @@ for file in /etc/guacamole/extensions/guacamole-auth-duo*.jar; do | |||||||
|     fi |     fi | ||||||
| done | done | ||||||
|  |  | ||||||
|  | # Fix for #196 | ||||||
|  | mkdir -p /usr/sbin/.config/freerdp | ||||||
|  | chown daemon:daemon /usr/sbin/.config/freerdp | ||||||
|  |  | ||||||
|  | # Fix for #197 | ||||||
|  | mkdir -p /var/guacamole | ||||||
|  | chown daemon:daemon /var/guacamole | ||||||
|  |  | ||||||
| # Start tomcat and Guacamole | # Start tomcat and Guacamole | ||||||
| echo -e "${BLUE}Starting tomcat and guacamole...${NC}" | echo -e "${BLUE}Starting tomcat and guacamole...${NC}" | ||||||
| service ${TOMCAT} start | service ${TOMCAT} start | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user