mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-18 18:38:17 +01:00
9 lines
283 B
Bash
Executable File
9 lines
283 B
Bash
Executable File
#!/usr/bin/with-contenv bashio
|
|
# shellcheck shell=bash
|
|
set -e
|
|
|
|
mkdir -p /config/addons_config/guacamole/fonts
|
|
mkdir -p /config/addons_config/guacamole/postgres
|
|
chown -R postgres:postgres /config/addons_config/guacamole/postgres
|
|
chmod -R 0700 /config/addons_config/guacamole/postgres
|