1
0
mirror of https://git.koehlerweb.org/frodovdr/guac-install synced 2024-11-14 22:47:14 +01:00

chown /var/guacamole

This commit is contained in:
Chase Wright 2021-10-22 08:41:42 -05:00 committed by GitHub
parent 80c99871da
commit 9155efe897
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -408,6 +408,10 @@ mkdir -p /etc/guacamole/extensions/
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
# Install guacd (Guacamole-server)
cd guacamole-server-${GUACVERSION}/