mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-09 17:31:03 +01:00
8 lines
147 B
Bash
Executable File
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
|