Files
hassio-addons/epicgamesfree/rootfs/etc/cont-init.d/20-folders.sh
2022-12-20 08:46:36 +00:00

8 lines
147 B
Bash
Executable File

#!/usr/bin/with-contenv bashio
# shellcheck shell=bash
# Define home
HOME="/config/addons_config/epicgamesfree"
mkdir -p $HOME
chmod -R 777 $HOME