mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-18 18:38:17 +01:00
15 lines
281 B
Bash
15 lines
281 B
Bash
#!/usr/bin/with-contenv bashio
|
|
# shellcheck shell=bash
|
|
|
|
# cp -rn /config/* /data
|
|
|
|
# Define home
|
|
#HOME="/config/addons_config/guacamole"
|
|
#mkdir -p "$HOME"/postgres
|
|
|
|
#PUID="$(bashio::config "PUID")"
|
|
#PGID="$(bashio::config "PGID")"
|
|
|
|
#mkdir -p "$HOME"
|
|
#chown -R "$PUID:$PGID" "$HOME"
|