Delete 00-folders.sh

This commit is contained in:
Alexandre
2022-05-19 12:53:26 +02:00
committed by GitHub
parent f1f1712caa
commit 4d0bd7fdec

View File

@@ -1,14 +0,0 @@
#!/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"