Files
hassio-addons/epicgamesfree/rootfs/etc/cont-init.d/20-folders.sh
2023-05-28 00:19:48 +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