Files
hassio-addons/free_games_claimer/rootfs/etc/cont-init.d/20-folders.sh
2023-10-03 20:02:29 +02:00

16 lines
325 B
Bash
Executable File

#!/usr/bin/with-contenv bashio
# shellcheck shell=bash
set -e
# Define home
# Creating config location
echo "Creating config location ..."
HOME="$(bashio::config "CONFIG_LOCATION")"
HOME="$(dirname "$HOME")"
mkdir -p "$HOME"
chmod -R 777 "$HOME"
# Copy files to data
echo "Copying files if needed..."
cp -rnf /fgc/* /data/