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:
parent
80c99871da
commit
9155efe897
@ -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}/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user