move config to addons_config

This commit is contained in:
Alexandre
2021-12-29 12:57:15 +01:00
parent fc18cf345f
commit b1842412dd
38 changed files with 320 additions and 93 deletions

View File

@@ -24,12 +24,6 @@ if [ ! -d /share/jellyfin ]; then
chown -R abc:abc /share/jellyfin
fi
if [ ! -d /config/jellyfin ]; then
echo "Creating /config/jellyfin"
mkdir -p /config/jellyfin
chown -R abc:abc /config/jellyfin
fi
# links
if [ ! -d /jellyfin/cache ]; then
@@ -52,7 +46,6 @@ if [ ! -d /config/addons_config/jellyfin ]; then
chown -R abc:abc /config/addons_config/jellyfin
fi
if [ ! -d /jellyfin/data ]; then
echo "Creating link for /jellyfin/data"
mkdir -p /share/jellyfin/data