Files
hassio-addons/epicgamesfree/rootfs/etc/cont-init.d/20-folders.sh
Alexandre 2faee0b48d Restore
2023-05-22 22:47:44 +02:00

8 lines
147 B
Bash

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