mirror of
https://git.koehlerweb.org/frodovdr/guac-install
synced 2024-11-14 22:47:14 +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:
parent
f0a5893c38
commit
09c6d79bdf
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user