mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-18 18:38:17 +01:00
9 lines
154 B
Bash
Executable File
9 lines
154 B
Bash
Executable File
#!/usr/bin/with-contenv bashio
|
|
# shellcheck shell=bash
|
|
set -e
|
|
|
|
# Define home
|
|
HOME="/config/addons_config/epicgamesfree"
|
|
mkdir -p $HOME
|
|
chmod -R 777 $HOME
|