Files
hassio-addons/guacamole/rootfs/etc/cont-init.d/50-folders.sh
2023-01-23 20:39:40 +01:00

9 lines
297 B
Bash

#!/usr/bin/with-contenv bashio
# shellcheck shell=bash
mkdir -p /config/addons_config/guacamole/fonts
mkdir -p /config/addons_config/guacamole/postgres
chmod -R 777 /config
chown -R postgres:postgres /config/addons_config/guacamole/postgres
chmod -R 0700 /config/addons_config/guacamole/postgres