Files
hassio-addons/guacamole/rootfs/etc/cont-init.d/50-folders.sh

10 lines
225 B
Bash
Executable File

#!/usr/bin/with-contenv bashio
# shellcheck shell=bash
set -e
mkdir -p /config/fonts
mkdir -p /config/postgres
mkdir -p /config/postgres/pg_stat_tmp
chown -R postgres:postgres /config/postgres
chmod -R 0700 /config/postgres