Files
hassio-addons/guacamole/rootfs/etc/cont-init.d/50-folders.sh
2023-10-03 20:02:29 +02:00

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