mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-12 17:10:31 +02:00
restore
This commit is contained in:
7
epicgamesfree/rootfs/etc/cont-init.d/20-folders.sh
Normal file
7
epicgamesfree/rootfs/etc/cont-init.d/20-folders.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/with-contenv bashio
|
||||
# shellcheck shell=bash
|
||||
|
||||
# Define home
|
||||
HOME="/config/addons_config/epicgamesfree"
|
||||
mkdir -p $HOME
|
||||
chmod -R 777 $HOME
|
||||
Reference in New Issue
Block a user