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
1 changed files with 4 additions and 0 deletions

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}/