Files
hassio-addons/guacamole/rootfs/etc/cont-init.d/50-folders.sh
2023-02-08 17:57:24 +00:00

8 lines
276 B
Bash
Executable File

#!/usr/bin/with-contenv bashio
# shellcheck shell=bash
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